InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / 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
    'Declaration
     
    
    Property Encryption As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.Encryption = value
     
    value = instance.Encryption
    bool Encryption {get; set;}

    Property Value

    The default value is false. This value cannot be changed if the connection is open.
    Remarks
    When this setting is false, the authentication (login) process is encrypted, but the subsequent data transmission is not. Encrypting the data stream decreases transmission speed.
    See Also