Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.DeepTimestampValidation

TElCAdESSignatureProcessor     See also     


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


Specifies whether to perform deep validation of all timestamps.

Declaration

[C#]
    bool DeepTimestampValidation;

[VB.NET]
    Property DeepTimestampValidation As Boolean

[Pascal]
    property DeepTimestampValidation : boolean;

[C++]
    bool get_DeepTimestampValidation();
    void set_DeepTimestampValidation(bool Value);

[PHP]
    bool get_DeepTimestampValidation()
    void set_DeepTimestampValidation(bool $Value)

[Java]
    boolean getDeepTimestampValidation();
    void setDeepTimestampValidation(boolean Value);

Description

    When this property is set, deep validation of all signature's timestamps is performed. The default value is True.

See also:     ReportInvalidTimestamps     DeepCountersignatureValidation     Validate    

Discuss this help topic in SecureBlackbox Forum