Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / TelnetEncryptionVerifyHostName Property
In This Topic
    TelnetEncryptionVerifyHostName Property
    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
    expression.TelnetEncryptionVerifyHostName As Boolean
    where expression is a variable that represents a IbmTerminal Object
    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