Class PdfSignature
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a digital signature in a PDF file.
public class PdfSignature
- Inheritance
-
PdfSignature
- 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
- ContactInfo
Gets the information provided by the signer to enable a recipient to contact the signer to verify the signature.
- Contents
Gets the signature contents object.
- Location
Gets the CPU host name or physical location of the signing.
- Name
Gets the name of the person or authority signing the document.
- Reason
Gets the reason for the signing, such as (I agree…).
- SigningTime
Gets the date and time of signing.