Click or drag to resize

PdfDigitalId Constructor

Overload List
 NameDescription
Public methodPdfDigitalId(Object)

Initializes a new instance of the PdfDigitalId class 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 methodPdfDigitalId(String, String)

Initializes a new instance of the PdfDigitalId class from 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