The types of system certificates stores.
| C# | Visual Basic | Visual C++ |
public enum CertSystemStore
Public Enumeration CertSystemStore
public enum class CertSystemStore
| Member | Description |
|---|---|
| PersonalCertificates |
A certificate store that holds certificates with associated private keys (Personal Certificates store).
|
| RootCertificationAuthorities |
Root certificates (Trusted Root Certification Authorities store).
|
| CertificationAuthorities |
Certification authority certificates (Intermediate Certification Authorities store).
|
| SoftwarePublisherCertificates |
Software Publisher Certificates store.
|