InfoConnect for Airlines VBA Guide
TelnetEncryptionVerifyHostName Property
Gets or sets how InfoConnect handles SSL/TLS Telnet connections when the host name in the certificate does not match the host being contacted.
Syntax
Object.TelnetEncryptionVerifyHostName As Boolean
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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
When this property is true (the default), the host name in the certificate must match the host you are contacting. This property is only relevant if EnableTelnetEncryption is true.
See Also