InfoConnect for Airlines
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
'Declaration
 
Property TelnetEncryptionVerifyHostName As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.TelnetEncryptionVerifyHostName = value
 
value = instance.TelnetEncryptionVerifyHostName
bool TelnetEncryptionVerifyHostName {get; set;}
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