Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / TelnetEncryptionStrengthOption Enumeration


TelnetEncryptionStrengthOption Enumeration
Defines options for specifying the encryption strength for Secure Sockets Layer/Transport Layer Security (SSL/TLS) datastream encryption.
Syntax
'Declaration
 
Public Enum TelnetEncryptionStrengthOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TelnetEncryptionStrengthOption
Members
MemberDescription
Bits128128-bit encryption strength.
Bits168168-bit encryption strength.
Bits256256-bit encryption strength.
Bits4040-bit encryption strength.
Bits5656-bit encryption strength.
CustomSelect this option to use a customized set of ciphers. Encryption strength settings from previous versions have been converted as Custom ciphers.
DefaultThe encryption strength is established by the host and Reflection during handshaking.
RecommendedThe encryption strength is established from a set of recommended ciphers. Select this option to use the most secure ciphers for the selected protocol version.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.TelnetEncryptionStrengthOption

See Also