Click or drag to resize

PdfSigner Constructor

Overload List
 NameDescription
Public methodPdfSigner(Object)

Initializes a new instance of the PdfSigner class with a digital ID from the specified source.

The digital ID source is either an instance of a X509Certificate2 with a private key or an instance of a CspParameters.

Public methodPdfSigner(PdfDigitalId) Initializes a new instance of the PdfSigner class with the specified digital ID.
Public methodPdfSigner(String, String)

Initializes a new instance of the PdfSigner class with a digital ID available as a file with the specified file name and the password protecting the private key.

The most common format for such files is a PKCS#12 file, which uses .pfx or .p12 file extension and is a password protected storage container for digital IDs containing the public key (Certificate) and the associated private key.

Top
See Also