Table of Contents

Enum SslVersion

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

The supported SSL connection versions.

public enum SslVersion

Fields

Quic = 8

QUIC

Ssl2 = 2

SSL 2.0

Ssl3 = 3

SSL 3.0

Tls1 = 4

TLS 1.0

Tls11 = 5

TLS 1.1

Tls12 = 6

TLS 1.2

Tls13 = 7

TLS 1.3

Unknown = 1

The SSL version cannot be determined.

Unspecified = 0

Reserved value.