Table of Contents

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.

Read the How to sign PDFs with USB tokens and HSM devices in C# and VB.NET article for examples of using this interface. See also 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.