DigitalCertificatesStoreGetCertificates Method (CertSystemStore) |
Gets the certificates collection from the specified system certificates store.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public static DigitalCertificatesCollection GetCertificates(
CertSystemStore sysCertStore
)
Public Shared Function GetCertificates (
sysCertStore As CertSystemStore
) As DigitalCertificatesCollection
Parameters
- sysCertStore
- Type: ExpertPdf.HtmlToPdf.PdfDocumentCertSystemStore
The system certificates store
Return Value
Type:
DigitalCertificatesCollectionThe certificates collection
See Also