InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetEncryptionDisableCRLCheck Property


In This Topic
    TelnetEncryptionDisableCRLCheck Property
    In This Topic
    Gets or sets a value that indicates whether InfoConnect 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
    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, 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