Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / Encryption Property
In This Topic
    Encryption Property
    In This Topic
    Specifies whether to encrypt the data transmitted between the host and the Kerberos client during Kerberos sessions.
    Syntax
    expression.Encryption As Boolean
    where expression is a variable that represents a ConnectionSettingsTelnet Object
    Remarks
    When this setting is false, the authentication (login) process is encrypted, but not the subsequent data transmission. Encrypting the data stream decreases transmission speed. The default value is false. This value cannot be changed if the connection is open.
    See Also