CertSystemStore Enumeration

This enumeration represents the possible diital certificates stores in a system

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public enum CertSystemStore

Members

PersonalCertificates0 A certificate store that holds certificates with associated private keys (Personal Certificates store).
RootCertificationAuthorities1 Root certificates (Trusted Root Certification Authorities store).
CertificationAuthorities2 Certification authority certificates (Intermediate Certification Authorities store).
SoftwarePublisherCertificates3 Software Publisher Certificates store.

See Also