forwardSessionStorageType Enumeration   Table of ContentSslSettings Classforward
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
C#
public enum SslProtocolMinMaxVersion
Members
  Member nameValueDescription
LowestHighest0The lowest or highest available SSL/TLS protocol version will be used.
SSL31The SSL v3.0 version will be used as the minimal or maximal SSL/TLS version.
TLS12The TLS v1.0 version will be used as the minimal or maximal SSL/TLS version.
TLS113The TLS v1.1 version will be used as the minimal or maximal SSL/TLS version.
TLS124The TLS v1.2 version will be used as the minimal or maximal SSL/TLS version.
TLS135The TLS v1.3 version will be used as the minimal or maximal SSL/TLS version.
See Also