Interface IPdfSigner
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Interface for classes that can sign digital signature messages.
public interface IPdfSigner
Remarks
Use PdfSigningOptions(IPdfSigner, X509Certificate2[]) constructor to sign PDF documents with IPdfSigner objects.
Check out the articles and code samples on the Digital signatures page.
Properties
- SignatureAlgorithm
Gets the algorithm used for signing.
Methods
- Sign(byte[])
Signs the specified message.