Click or drag to resize

DigitalCertificatesStoreGetCertificates Method (CertSystemStore)

Gets the certificates collection from the specified system certificates store.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.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