ClientPolicytlsPolicy 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)

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public TlsPolicy tlsPolicy

Field Value

TlsPolicy

See Also