Discuss this help topic in SecureBlackbox Forum
Specifies whether the long OCSP responses must be published by the component.
Declaration
[C#]
bool PromoteLongOCSPResponses;
[VB.NET]
Property PromoteLongOCSPResponses As Boolean
[Pascal]
property PromoteLongOCSPResponses : boolean;
[C++]
bool get_PromoteLongOCSPResponses();
void set_PromoteLongOCSPResponses(bool Value);
[PHP]
bool get_PromoteLongOCSPResponses()
void set_PromoteLongOCSPResponses(bool $Value)
[Java]
boolean getPromoteLongOCSPResponses();
void setPromoteLongOCSPResponses(boolean Value);
Description
Set this property to
True to force the validator to publish 'long' form of OCSP responses.
Otherwise, only BasicOCSPResponse blobs are promoted.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum