DigitalCertificatesStoreGetCertificates(CertSystemStore) Method

Gets the certificates collection from the specified system certificates store.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public static DigitalCertificatesCollection GetCertificates(
	CertSystemStore sysCertStore
)

Parameters

sysCertStore  CertSystemStore
The system certificates store

Return Value

DigitalCertificatesCollection
The certificates collection

See Also