InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TLSStrengthOption Enumeration


TLSStrengthOption Enumeration
Level of encryption
Syntax
'Declaration
 
Public Enum TLSStrengthOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TLSStrengthOption
Members
MemberDescription
Level_0Default encryption strength
Level_128128 bit encryption strength
Level_168168 bit encryption strength
Level_256256 bit encryption strength
Level_4040 bit encryption strength
Level_5656 bit encryption strength
Level_CustomEncryption using a custom set of ciphers
Level_RecommendedEncryption using recommended cipher list
Inheritance Hierarchy

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

See Also