Available system certificates stores.
| C# | Visual Basic | Visual C++ |
public enum CertSystemStore
Public Enumeration CertSystemStore
public enum class CertSystemStore
| Member | Description |
|---|---|
| CA |
Certification authority certificates.
|
| MY |
A certificate store that holds certificates with associated private keys.
|
| ROOT |
Root certificates.
|
| SPC |
Software Publisher Certificate.
|