Allowable TLS protocols that the client can use for secure connections.
Multiple protocols can be specified. Example:
Default: SslProtocols.Tls12
Namespace: Aerospike.ClientTlsPolicy policy = new TlsPolicy();
policy.protocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12;
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.6.0 (4.2.6)
Syntax
See Also