DigitalCertificatesStoreGetCertificates Method |
Gets the certificates collection from the Personal Certificates store.
The Personal Certificates store can be accessed from Control Panel/Internet Options,
Content, Certificates.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public static DigitalCertificatesCollection GetCertificates()
Public Shared Function GetCertificates As DigitalCertificatesCollection
Return Value
Type:
DigitalCertificatesCollectionThe Personal certificates collection.
See Also