ClientPolicy.tlsPolicy Field
Secure connection policy for servers that require TLS connections.
Secure connections are only supported for AerospikeClient synchronous commands.
Secure connections are not supported for asynchronous commands because AsyncClient
uses the best performing SocketAsyncEventArgs. Unfortunately, SocketAsyncEventArgs is
not supported by the provided SslStream.
Default: null (Use normal sockets)
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public TlsPolicy tlsPolicy
Field Value
TlsPolicy