Click or drag to resize

DigitalCertificatesStoreGetCertificates(CertSystemStore) Method

Gets the certificates collection from the specified system certificates store.

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

Parameters

sysCertStore  CertSystemStore
The system certificates store

Return Value

DigitalCertificatesCollection
The certificates collection
See Also