Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / TelnetEncryptionStrength Property
In This Topic
    TelnetEncryptionStrength Property
    In This Topic
    Gets or sets the encryption strength for Secure Sockets Layer/Transport Layer Security (SSL/TLS) datastream encryption.
    Syntax
    expression.TelnetEncryptionStrength As TelnetEncryptionStrengthOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A TelnetEncryptionStrengthOption enumeration value.
    Exceptions
    ExceptionDescription
    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.
    Remarks
    The value of this property is relevant only if EnableTelnetEncryption is enabled.

    The available values are: Default, Recommended, Custom, 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.

    See Also