Discuss this help topic in SecureBlackbox Forum
Specifies if mandatory revocation check has to be performed.
Declaration
[C#]
bool MandatoryRevocationCheck;
[VB.NET]
Property MandatoryRevocationCheck As Boolean
[Pascal]
property MandatoryRevocationCheck : boolean;
[C++]
bool get_MandatoryRevocationCheck();
void set_MandatoryRevocationCheck(bool Value);
[PHP]
bool get_MandatoryRevocationCheck()
void set_MandatoryRevocationCheck(bool $Value)
[Java]
boolean getMandatoryRevocationCheck();
void setMandatoryRevocationCheck(boolean Value);
Description
This property specifies if mandatory revocation check should be performed.
A mandatory revocation check requires that at least one type of revocation information, CRL-based or OCSP-based, should be retrieved and checked.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum