Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.PromoteLongOCSPResponses

TElX509CertificateValidator     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     MandatoryOCSPCheck    

Discuss this help topic in SecureBlackbox Forum