Enum CertSystemStore
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This enumeration represents the possible diital certificates stores in a system
public enum CertSystemStore
Fields
CertificationAuthorities = 2
Certification authority certificates (Intermediate Certification Authorities store).
PersonalCertificates = 0
A certificate store that holds certificates with associated private keys (Personal Certificates store).
RootCertificationAuthorities = 1
Root certificates (Trusted Root Certification Authorities store).
SoftwarePublisherCertificates = 3
Software Publisher Certificates store.