Class PdfSignatureTimestampToken
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a timestamp token embedded in signature content. You can use it to access embedded timestamp, timestamp authority, and other properties.
public class PdfSignatureTimestampToken
- Inheritance
-
PdfSignatureTimestampToken
- Inherited Members
Remarks
The Verify PDF signature in C# and VB.NET article shows how to access and verify digital signatures in PDF documents.
Check out the other articles and code samples on the Digital signatures page.
Properties
- GenerationTime
Gets the date and time this timestamp token was generated.
- TimestampAuthority
Gets the distinguished name of the Timestamp Authority (TSA) used to generate this token.
Methods
- GetBytes()
Gets the raw bytes of the token.