'Declaration
Public Enum TelnetEncryptionStrengthOption Inherits System.Enum
'Usage
Dim instance As TelnetEncryptionStrengthOption
public enum TelnetEncryptionStrengthOption : System.Enum
'Declaration
Public Enum TelnetEncryptionStrengthOption Inherits System.Enum
'Usage
Dim instance As TelnetEncryptionStrengthOption
public enum TelnetEncryptionStrengthOption : System.Enum
Member | Description |
---|---|
Bits128 | 128-bit encryption strength. |
Bits168 | 168-bit encryption strength. |
Bits256 | 256-bit encryption strength. |
Bits40 | 40-bit encryption strength. |
Bits56 | 56-bit encryption strength. |
Default | The encryption strength is established by the host and Reflection during handshaking. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.TelnetEncryptionStrengthOption