Click or drag to resize
Pdf Library for .NET

PdfDigitalCertificatesStoreGetCertificates Method (PdfCertificateSystem)

Gets the certificates collection from the specified system certificates store.

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

Parameters

sysCertStore
Type: SelectPdfPdfCertificateSystem
The system certificates store.

Return Value

Type: PdfDigitalCertificatesCollection
The certificates collection.
See Also