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
Exception | Description |
System.InvalidOperationException |
This exception is thrown when you modify this property while the Reflection or InfoConnect products are running in DoD PKI mode.
|
See Also