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: 4.0.1.0 (4.0.1)
Syntax
See Also