Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / TelnetEncryptionDisableCRLCheck Property
In This Topic
    TelnetEncryptionDisableCRLCheck Property
    In This Topic
    Gets or sets a value that determines whether Reflection checks for certificate revocation when validating host certificates in SSL/TLS Telnet sessions.
    Syntax
    expression.TelnetEncryptionDisableCRLCheck As Boolean
    where expression is a variable that represents a IbmTerminal Object
    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