InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / SSLValidateCertChain Property


In This Topic
    SSLValidateCertChain Property (IConnectionSettingsTelnet)
    In This Topic
    Gets or sets a value indicating whether certificates presented for host authentication are checked to determine if they are valid and signed by a trusted CA.
    Syntax
    'Declaration
     
    
    Property SSLValidateCertChain As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.SSLValidateCertChain = value
     
    value = instance.SSLValidateCertChain
    bool SSLValidateCertChain {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify this property while the InfoConnect or InfoConnect products are running in DoD PKI mode.
    Remarks
    CAUTION: Setting this property to false can make connections vulnerable to man-in-the-middle attacks, which could compromise the security of the connection.
    See Also