Click or drag to resize
DigitalCertificatesStoreGetCertificates Method (CertSystemStore)
Gets the certificates collection from the specified system certificates store.

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

Parameters

sysCertStore
Type: ExpertPdf.HtmlToPdf.PdfDocumentCertSystemStore
The system certificates store

Return Value

Type: DigitalCertificatesCollection
The certificates collection
See Also