EncryptionProtocols

EncryptionProtocols enumeration

Defines the possible versions of encryption protocols.

Members

Member nameDescription
NOT_SPECIFIEDNot specified
Please note, this value is similar to SslProtocols.None
SSL2Ssl 2
SSL3Ssl 3
TLSTLS 1.0
TLS11TLS 1.1
TLS12TLS 1.2
TLS13TLS 1.3

See Also