CertificateStoreName Enumeration
CertificateStoreName Enumeration
Provides options for certificate store names that are commonly available on Windows computers.
Enumeration Values
| Name | Summary |
|---|---|
| AddressBook | Specifies that the certificate store for the system address book should be used. |
| AuthRoot | Specifies that the root authorization certificate store should be used. |
| CertificateAuthority | Specifies that the certificate authority store should be used. |
| Disallowed | Specifies that the certificate store for disallowed certificates should be used. |
| My | Specifies that the My certificate store should be used. |
| Root | Specifies that the Root certificate store should be used. |
| TrustedPeople | Specifies that the TrustedPeople certificate store should be used. |
| TrustedPublisher | Specifies that the TrustedPublisher certificate store should be used. |