SslClientContext class
- class V12.FIXAntenna.SslClientContext
Client specific SSL context. This context type is used to establish secured connection on the client side.
FAProperties.get_ssl_client_context()
returns the instance populated with the same data as used with engine’s wide SSL client sockets.- __init__([protocols : int, configurator : SslContextConfigurator]) SslClientContext
Creates a client specific SSL context and returns it.
- Parameters:
protocols (int) – Defines which protocols are allowed to use.
configurator (SslContextConfigurator) – Custom SSL context configurator.
- Returns:
Newly created
SslClientContext
instance- Return type: