PdfCertificatesCollectionFromSystemStore(CertificatesStoreTypes) Method

Returns the collection of certificates from a given system store

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public static PdfCertificatesCollection FromSystemStore(
	CertificatesStoreTypes systemStoreType
)

Parameters

systemStoreType  CertificatesStoreTypes
The system store

Return Value

PdfCertificatesCollection
The collection of certificates from the given store

See Also