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: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public static DigitalCertificatesCollection GetCertificates()

Return Value

DigitalCertificatesCollection
The Personal certificates collection.

See Also