Click or drag to resize
Pdftools logo

DocumentTimeStamp Class

A document time-stamp signature that time-stamps the document

This type of signature provides evidence that the document existed at a specific time and protects the document’s integrity.
Inheritance Hierarchy

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Forms
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public class DocumentTimeStamp : SignedSignatureField

The DocumentTimeStamp type exposes the following members.

Properties
 NameDescription
Public propertyDate

The date and time of signing

This represents the date and time of signing as specified in the signature. For signatures that contain a time-stamp, the trusted time-stamp time is returned.

Note: The value can only be extracted for signatures conforming to the PAdES or PDF standard and not for proprietary/non-standard signature formats. For non-standard signature formats the date as stored in the PDF is returned.


(Inherited from SignedSignatureField)
Public propertyIsVisible

The visibility of the signature field

If , the signature field has a visual appearance on the page.
(Inherited from SignatureField)
Public propertyName

The name of the person or authority that signed the document

This is the name of the signing certificate.

Note: The name of the signing certificate can only be extracted for signatures conforming to the PAdES or PDF standard and not for proprietary/non-standard signature formats. For non-standard signature formats the name as stored in the PDF is returned.


(Inherited from SignedSignatureField)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also