CertificateStoreName Enum
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
Specifies the name of the certificate store.
Syntax
public enum CertificateStoreName
Fields
| Name | Description |
|---|---|
| AddressBook | Other users. |
| AuthRoot | Third-party certificate authorities. |
| CertificateAuthority | Intermediate certificate authorities. |
| Disallowed | Revoked certificates. |
| My | Personal certificates (with associated private keys). |
| None | None. |
| Root | Trusted root certificate authorities. |
| TrustedPeople | Directly trusted people and resources. |
| TrustedPublisher | Directly trusted publishers. |
| WebHosting | Web server certificates (with associated private keys). |