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.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public static DigitalCertificatesCollection GetCertificates()

Return Value

DigitalCertificatesCollection
The Personal certificates collection.

See Also