Discuss this help topic in SecureBlackbox Forum
Specifies if bad OCSP chains should be ignored during validation.
Declaration
[C#]
bool IgnoreBadOCSPChains;
[VB.NET]
Property IgnoreBadOCSPChains As Boolean
[Pascal]
property IgnoreBadOCSPChains : boolean;
[C++]
bool get_IgnoreBadOCSPChains();
void set_IgnoreBadOCSPChains(bool Value);
[PHP]
bool get_IgnoreBadOCSPChains()
void set_IgnoreBadOCSPChains(bool $Value)
[Java]
boolean getIgnoreBadOCSPChains();
void setIgnoreBadOCSPChains(boolean Value);
Description
Set this property to
True to force the validator to ignore bad OCSP chains during validation.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum