Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / SSLValidateCertChain Property


SSLValidateCertChain Property (IConnectionSettingsTelnet)
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
Exceptions
ExceptionDescription
This exception is thrown when you modify this property while the Reflection 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