SslProtocolMinMaxVersion Enumeration |
Defines SSL/TLS protocol minimal or maximal versions.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax public enum SslProtocolMinMaxVersion
Members
| Member name | Value | Description |
---|
| LowestHighest | 0 | The lowest or highest available SSL/TLS protocol version will be used. |
| SSL3 | 1 | The SSL v3.0 version will be used as the minimal or maximal SSL/TLS version. |
| TLS1 | 2 | The TLS v1.0 version will be used as the minimal or maximal SSL/TLS version. |
| TLS11 | 3 | The TLS v1.1 version will be used as the minimal or maximal SSL/TLS version. |
| TLS12 | 4 | The TLS v1.2 version will be used as the minimal or maximal SSL/TLS version. |
| TLS13 | 5 | The TLS v1.3 version will be used as the minimal or maximal SSL/TLS version. |
See Also