InfoConnect for Airlines VBA Guide
Encryption Property
Specifies whether to encrypt the data transmitted between the host and the Kerberos client during Kerberos sessions.
Syntax
Object.Encryption As Boolean
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