Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.PerformRevocationCheck

TElCAdESSignatureProcessor     See also     


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


Specifies whether to check revocation information during validation.

Declaration

[C#]
    bool PerformRevocationCheck;

[VB.NET]
    Property PerformRevocationCheck As Boolean

[Pascal]
    property PerformRevocationCheck : boolean;

[C++]
    bool get_PerformRevocationCheck();
    void set_PerformRevocationCheck(bool Value);

[PHP]
    bool get_PerformRevocationCheck()
    void set_PerformRevocationCheck(bool $Value)

[Java]
    boolean getPerformRevocationCheck();
    void setPerformRevocationCheck(boolean Value);

Description

    When this property is set, OCSP and CRLs are checked for the signing certificates. The default value is True.

See also:     CustomRevocationInfo     Validate    

Discuss this help topic in SecureBlackbox Forum