Click or drag to resize
Pdf Library for .NET

PdfDigitalCertificatesStoreGetCertificates(PdfCertificateSystem) Method

Gets the certificates collection from the specified system certificates store.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public static PdfDigitalCertificatesCollection GetCertificates(
	PdfCertificateSystem sysCertStore
)

Parameters

sysCertStore  PdfCertificateSystem
The system certificates store.

Return Value

PdfDigitalCertificatesCollection
The certificates collection.
See Also