TLS/SSL protocol version flags.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration TlsVersion
C#
[FlagsAttribute]
public enum TlsVersion

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
None.
Supported by the .NET Compact FrameworkSSL30
SSL 3.0 protocol. According to RFC 7568, SSL 3.0 is comprehensively broken and MUST NOT be used.
Supported by the .NET Compact FrameworkTLS10
TLS 1.0 protocol.
Supported by the .NET Compact FrameworkTLS11
TLS 1.1 protocol.
Supported by the .NET Compact FrameworkTLS12
TLS 1.2 protocol.
Supported by the .NET Compact FrameworkAny
Use TLS 1.0, 1.1 or 1.2.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also