InfoConnect for Unisys
TelnetEncryptionDisableCRLCheck Property


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
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