PdfSignatureContentTimestampToken Property |
Gets the timestamp token contained in the
PdfSignatureContent or
if signature doesn't contain a timestamp.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfSignatureContent TimestampToken { get; }Public ReadOnly Property TimestampToken As PdfSignatureContent
Get
Property Value
PdfSignatureContent
The timestamp token contained in the
PdfSignatureContent or
if signature doesn't contain a timestamp.
See Also