TelnetEncryptionVerifyHostName Property (IbmPrinter)
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
Public Property TelnetEncryptionVerifyHostName As Boolean
'Usage
Dim instance As IbmPrinter
Dim value As Boolean
instance.TelnetEncryptionVerifyHostName = value
value = instance.TelnetEncryptionVerifyHostName
public bool TelnetEncryptionVerifyHostName {get; set;}
Exceptions
See Also