Connection Setting Keyword Tokens
Encryption
keyword
Keyword/Value syntax |
Encryption {True | False} |
Valid in connection types |
TELNET |
Can change value if connection is open? |
No |
Specifies whether to encrypt the data transmitted between the host and the Kerberos client during Kerberos sessions. When this setting is False, the authentication (login) process is encrypted, but not subsequent data transmission. Encrypting the data stream will decrease transmission speed.
The default value is False.
Session.ConnectionSettings = "Encryption True"
If .ConnectionSetting("Encryption ") = "True"
Notes
· This setting is only available when Kerberos is enabled (Authentication is True) and MutualAuthentication is set to True.
· Use these settings to configure Kerberos connections: Authentication, Encryption, MutualAuthentication, Principal, Realm, RenewableTicket, TicketForwarding.