Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / TLSVersionOption Enumeration


TLSVersionOption Enumeration
Specifies options for TLS and SSL versions
Syntax
'Declaration
 
Public Enum TLSVersionOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TLSVersionOption
Members
MemberDescription
SSLVersion3SSL 3.0
TLSVersion1_0TLS version 1.0
TLSVersion1_2TLS version 1.2
TLSVersion1_3TLS version 1.3
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.TLSVersionOption

See Also