Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.ReportInvalidTimestamps

TElCAdESSignatureProcessor     See also     


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


Specifies whether an error should be raised on each invalid timestamp.

Declaration

[C#]
    bool ReportInvalidTimestamps;

[VB.NET]
    Property ReportInvalidTimestamps As Boolean

[Pascal]
    property ReportInvalidTimestamps : boolean;

[C++]
    bool get_ReportInvalidTimestamps();
    void set_ReportInvalidTimestamps(bool Value);

[PHP]
    bool get_ReportInvalidTimestamps()
    void set_ReportInvalidTimestamps(bool $Value)

[Java]
    boolean getReportInvalidTimestamps();
    void setReportInvalidTimestamps(boolean Value);

Description

    When this property is set, each invalid timestamp will be reported by an exception thrown by the component. The default value is True.

See also:     DeepTimestampValidation    

Discuss this help topic in SecureBlackbox Forum