Version 104.4.240 
            Supported SSL version values. See net/ssl/ssl_connection_status_flags.h
            for more information.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic 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