Discuss this help topic in SecureBlackbox Forum
Specifies whether to check revocation information during validation.
Declaration
[C#]
bool PerformRevocationCheck;
[VB.NET]
Property PerformRevocationCheck As Boolean
[Pascal]
property PerformRevocationCheck : boolean;
[C++]
bool get_PerformRevocationCheck();
void set_PerformRevocationCheck(bool Value);
[PHP]
bool get_PerformRevocationCheck()
void set_PerformRevocationCheck(bool $Value)
[Java]
boolean getPerformRevocationCheck();
void setPerformRevocationCheck(boolean Value);
Description
When this property is set, OCSP and CRLs are checked for the signing certificates.
The default value is True.
Discuss this help topic in SecureBlackbox Forum