'Declaration
Public Enum TLSStrengthOption Inherits System.Enum
'Usage
Dim instance As TLSStrengthOption
public enum TLSStrengthOption : System.Enum
'Declaration
Public Enum TLSStrengthOption Inherits System.Enum
'Usage
Dim instance As TLSStrengthOption
public enum TLSStrengthOption : System.Enum
Member | Description |
---|---|
Level_0 | Default encryption strength |
Level_128 | 128 bit encryption strength |
Level_168 | 168 bit encryption strength |
Level_256 | 256 bit encryption strength |
Level_40 | 40 bit encryption strength |
Level_56 | 56 bit encryption strength |
Level_Custom | Encryption using a custom set of ciphers |
Level_Recommended | Encryption using recommended cipher list |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.TLSStrengthOption