SslProtocols

SslProtocols enum

Enumerates the cryptographic protocols.

enum class SslProtocols

Values

NameValueDescription
None0The operating system chooses a protocol to use.
Ssl212The SSL 2.0 protocol.
Ssl348The SSL 3.0 protocol.
Tls192The TLS 1.0 protocol.
Default240Permits only the SSL 3.0 or TLS 1.0 protocols to be used.
Tls11768The TLS 1.1 protocol.
Tls123072The TLS 1.2 protocol.

See Also