Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetEncryptionDisableCRLCheck Property


TelnetEncryptionDisableCRLCheck Property
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
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
When this property is true, Reflection does not perform CRL checking. Disabling CRL checking increases your security risk. The default is false, which enables CRL checking and reduces your security risk.
See Also