Click or drag to resize

SslVersion Enumeration

Version 94.4.20
Supported SSL version values. See net/ssl/ssl_connection_status_flags.h for more information.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum SslVersion
Members
  Member nameValueDescription
Unknown0 Unknown SSL version.
Ssl21 An enum constant representing the ssl 2 option.
Ssl32 An enum constant representing the ssl 3 option.
Tls13 An enum constant representing the TLS 1.0 option.
Tls1_14 An enum constant representing the TLS 1.1 option.
Tls1_25 An enum constant representing the TLS 1.2 option.
Tls1_36 An enum constant representing the TLS 1.3 option.
Quic7 An enum constant representing the QUIC option.
See Also