Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetEncryptionVerifyHostName Property


TelnetEncryptionVerifyHostName Property
Gets or sets how Reflection 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
Exceptions
ExceptionDescription
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