Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.TimestampRequired

TElPDFSignatureInfo     


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


Specifies if the signature should be time-stamped.

Declaration

[C#]
    bool TimestampRequired;

[VB.NET]
    Property TimestampRequired As Boolean

[Pascal]
    property TimestampRequired : boolean;

[C++]
    bool get_TimestampRequired();

[PHP]
    bool get_TimestampRequired()

[Java]
    boolean getTimestampRequired();

Description

    Use this read-only property to check if the signature should be time-stamped.

Discuss this help topic in SecureBlackbox Forum