Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmTerminal Interface : TelnetEncryptionStrength Property |
'Declaration
Property TelnetEncryptionStrength As TelnetEncryptionStrengthOption
'Usage
Dim instance As IIbmTerminal Dim value As TelnetEncryptionStrengthOption instance.TelnetEncryptionStrength = value value = instance.TelnetEncryptionStrength
TelnetEncryptionStrengthOption TelnetEncryptionStrength {get; set;}
Exception | Description |
---|---|
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator. |
The available values are: Default, Bits40, Bits56, Bits128, Bits168, and Bits256.
When set to Default, the encryption strength is established by the host and Reflection during handshaking. If you set encryption strength to a specific value, the server must support this encryption level. If the server does not support this level, the connection will not be established. If you are running in FIPS mode and specify Default, Reflection negotiates using only FIPS compliant encryption levels.