Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.IgnoreBadOCSPChains

TElX509CertificateValidator     See also     


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


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.

See also:     Validate    

Discuss this help topic in SecureBlackbox Forum