Discuss this help topic in SecureBlackbox Forum
Specifies if key usage for signing of revocation information must be checked.
Declaration
[C#]
bool IgnoreRevocationKeyUsage;
[VB.NET]
Property IgnoreRevocationKeyUsage As Boolean
[Pascal]
property IgnoreRevocationKeyUsage : boolean;
[C++]
bool get_IgnoreRevocationKeyUsage();
void set_IgnoreRevocationKeyUsage(bool Value);
[PHP]
bool get_IgnoreRevocationKeyUsage()
void set_IgnoreRevocationKeyUsage(bool $Value)
[Java]
boolean getIgnoreRevocationKeyUsage();
void setIgnoreRevocationKeyUsage(boolean Value);
Description
This property specifies whether the issuer (CA) certificates should be checked,
if their key usage extension (when available) allows use of such certificates for signing revocation information.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum