TelnetEncryptionDisableCRLCheck Property (IIbmTerminal)
In This Topic
Gets or sets a value that indicates whether Reflection checks for certificate revocation when validating host certificates in SSL/TLS Telnet sessions.
Syntax
'Declaration
Property TelnetEncryptionDisableCRLCheck As Boolean
'Usage
Dim instance As IIbmTerminal
Dim value As Boolean
instance.TelnetEncryptionDisableCRLCheck = value
value = instance.TelnetEncryptionDisableCRLCheck
bool TelnetEncryptionDisableCRLCheck {get; set;}
Exceptions
See Also