InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetEncryptionVerifyHostName Property


In This Topic
    TelnetEncryptionVerifyHostName Property
    In This Topic
    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
    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