Click or drag to resize

DigitalCertificatesStore Class

Provides and interface for getting digital certificates from system certificates store or from a password protected PKCS#12 file. A PKCS#12 file stores both the private and the public keys and such a file can be for example a file with extension .pfx generated by IIS from the SSL certificate installed for a website.
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorDigitalCertificatesStore

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class DigitalCertificatesStore

The DigitalCertificatesStore type exposes the following members.

Constructors
  NameDescription
Public methodDigitalCertificatesStore
Top
Methods
  NameDescription
Public methodStatic memberGetCertificates
Gets the certificates collection from the Personal Certificates store. The Personal Certificates store can be accessed from Control Panel/Internet Options, Content, Certificates.
Public methodStatic memberGetCertificates(String)
Gets the certificates collection from the specified PKCS#12 file. This method uses a NULL password to get the certificates from packet. A PKCS#12 file stores both the private and the public key and such a file can be for example a file with extension .pfx generated by IIS from the SSL certificate installed for a website.
Public methodStatic memberGetCertificates(CertSystemStore)
Gets the certificates collection from the specified system certificates store.
Public methodStatic memberGetCertificates(String, String)
Gets the certificates collection from the specified password protected PKCS#12 file. A PKCS#12 file stores both the private and the public key and such a file can be for example a file with extension .pfx generated by IIS from the SSL certificate installed for a website.
Top
See Also