Click or drag to resize
Pdftools logo

SignedSignatureFieldDate Property

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.


Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public DateTimeOffset? Date { get; }

Property Value

NullableDateTimeOffset
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the object has already been closed
See Also