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


In This Topic
    TLSStrengthOption Enumeration
    In This Topic
    Level of encryption
    Syntax
    'Declaration
     
    
    Public Enum TLSStrengthOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TLSStrengthOption
    public enum TLSStrengthOption : System.Enum 
    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