InfoConnect for Airlines VBA Guide
TelnetEncryptionDisableCRLCheck Property
Gets or sets a value that determines whether InfoConnect checks for certificate revocation when validating host certificates in SSL/TLS Telnet sessions.
Syntax
Object.TelnetEncryptionDisableCRLCheck As Boolean
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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, InfoConnect 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