TlsProtocol Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
TLS/SSL protocol version.
Syntax
public enum TlsProtocol
Fields
| 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. |
| TLS13 | TLS 1.3 protocol. |