CertSystemStore Enumeration
This enumeration represents the possible diital certificates stores in a system
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public enum CertSystemStore
Public Enumeration CertSystemStore
PersonalCertificates | 0 |
A certificate store that holds certificates with associated private keys (Personal Certificates store).
|
RootCertificationAuthorities | 1 |
Root certificates (Trusted Root Certification Authorities store).
|
CertificationAuthorities | 2 |
Certification authority certificates (Intermediate Certification Authorities store).
|
SoftwarePublisherCertificates | 3 |
Software Publisher Certificates store.
|