Enum EncryptionProtocols

EncryptionProtocols enumeration

Defines the possible versions of encryption protocols.

[Flags]
public enum EncryptionProtocols

Values

NameValueDescription
NotSpecified0Not specified Please note, this value is similar to SslProtocols.None
Ssl2CSsl 2
Ssl330Ssl 3
TlsC0TLS 1.0
Tls11300TLS 1.1
Tls12C00TLS 1.2
Tls133000TLS 1.3

See Also