Click or drag to resize
Pdf Library for .NET

PdfDigitalCertificatesStore Class

Provides an interface for getting digital certificates from system certificates store or from a password protected PKCS#12 file.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfDigitalCertificatesStore

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfDigitalCertificatesStore

The PdfDigitalCertificatesStore type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberGetCertificates
Gets the certificates collection from the Personal Certificates store.
Public methodStatic memberGetCertificates(String)
Gets the certificates collection from the specified PKCS#12 file.
Public methodStatic memberGetCertificates(PdfCertificateSystem)
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.
Top
Remarks
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.
See Also