InfoConnect for Airlines
PKIDisableCRL Property


Specifies whether InfoConnect checks for certificate revocation when validating host certificates for SSL/TLS connections.
Syntax
'Declaration
 
Property PKIDisableCRL As Boolean
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
 
instance.PKIDisableCRL = value
 
value = instance.PKIDisableCRL
bool PKIDisableCRL {get; set;}

Property Value

The default value of this setting is based on the current Internet Explorer setting for CRL checking. To view or change this setting, start Internet Explorer, and select Tools > Internet Options > Advanced. Under Security, view the "Check for server certificate revocation" setting. This value can be changed during an open connection.
Remarks
Select this setting to disable CRL (Certificate Revocation List) checking.
See Also