Secure connection policy for servers that require TLS connections.
Secure connections are only supported for AerospikeClient synchronous commands.
Namespace: Aerospike.ClientSecure 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)
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.3.0 (3.9.3)
Syntax
See Also