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