Use TLS connections only for login authentication. All other communication with
the server will be done with non-TLS connections.
Default: false (Use TLS connections for all communication with server)
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public bool forLoginOnly
Field Value
Type: BooleanSee Also