Click or drag to resize
DigitalCertificatesStoreGetCertificates Method
Gets the certificates collection from the Personal Certificates store. The Personal Certificates store can be accessed from Control Panel/Internet Options, Content, Certificates.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public static DigitalCertificatesCollection GetCertificates()

Return Value

Type: DigitalCertificatesCollection
The Personal certificates collection.
See Also