Discuss this help topic in SecureBlackbox Forum

TElXAdESSigner.IgnoreTimestampFailure

TElXAdESSigner     See also     


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


Specifies whether to ignore time-stamp failure during signing.

Declaration

[C#]
    bool IgnoreTimestampFailure;

[VB.NET]
    Property IgnoreTimestampFailure As Boolean

[Pascal]
    property IgnoreTimestampFailure: boolean;

[C++]
    bool get_IgnoreTimestampFailure();
    void set_IgnoreTimestampFailure(bool Value);

[PHP]
    bool get_IgnoreTimestampFailure()
    void set_IgnoreTimestampFailure(bool $Value)

[Java]
    boolean getIgnoreTimestampFailure();
    void setIgnoreTimestampFailure(boolean Value);

Description

    If this property is set to True, any failure during time-stamping process will be ignored. Otherwise it should be set to False.

See also:     TSPClient    

Discuss this help topic in SecureBlackbox Forum