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

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

Parameters

sysCertStore
Type: ExpertPdf.PdfCreatorCertSystemStore
The system certificates store

Return Value

Type: DigitalCertificatesCollection
The certificates collection
See Also