TLS/SSL protocol version.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Enumeration TlsProtocol |
C# |
---|
public enum TlsProtocol |
Members
Member name | Description | |
---|---|---|
None |
No SSL/TLS used.
| |
SSL30 |
SSL 3.0 protocol. Deprecated.
| |
TLS10 |
TLS 1.0 protocol.
| |
TLS11 |
TLS 1.1 protocol.
| |
TLS12 |
TLS 1.2 protocol.
|