TelnetEncryptionVerifyHostName Property (IIbmTerminal)
In This Topic
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
bool TelnetEncryptionVerifyHostName {get; set;}
Exceptions
See Also