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