Method GetTimestampToken
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetTimestampToken()
Gets the timestamp token embedded in the signature contents.
public PdfSignatureTimestampToken? GetTimestampToken()
Returns
- PdfSignatureTimestampToken
The timestamp token embedded in the signature contents or
null
if no timestamp was embedded.
Remarks
The Verify PDF signature in C# and VB.NET article shows how to access and verify digital signatures in PDF documents.