DigitalCertificatesStoreGetCertificates Method (CertSystemStore) |
Gets the certificates collection from the specified system certificates store.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic 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