Version 130.1.90
Supported SSL version values. See net/ssl/ssl_connection_status_flags.h
for more information.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public enum class SslVersion
Members Member name | Value | Description |
---|
Unknown | 0 |
Unknown SSL version.
|
Ssl2 | 1 |
An enum constant representing the ssl 2 option.
|
Ssl3 | 2 |
An enum constant representing the ssl 3 option.
|
Tls1 | 3 |
An enum constant representing the TLS 1.0 option.
|
Tls1_1 | 4 |
An enum constant representing the TLS 1.1 option.
|
Tls1_2 | 5 |
An enum constant representing the TLS 1.2 option.
|
Tls1_3 | 6 |
An enum constant representing the TLS 1.3 option.
|
Quic | 7 |
An enum constant representing the QUIC option.
|
See Also