 |
PdfDigitalCertificatesStore Class |
Provides an interface for getting digital certificates from system certificates store or from a password protected
PKCS#12 file.
Inheritance HierarchySystemObject
SelectPdfPdfDigitalCertificatesStore
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic class PdfDigitalCertificatesStore
Public Class PdfDigitalCertificatesStore
The PdfDigitalCertificatesStore type exposes the following members.
Constructors
Methods
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