TlsPolicyforLoginOnly Field

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)

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.4.0.0 (5.4.0)
C#
public bool forLoginOnly

Field Value

Boolean

See Also