CertificateStoreLocation Enum
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
Specifies the location of the certificate store.
Syntax
public enum CertificateStoreLocation
Fields
| Name | Description |
|---|---|
| CurrentService | The store located at HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Services<ServiceName>>\SystemCertificates. |
| CurrentUser | The store located at HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates. |
| CurrentUserGroupPolicy | The store located at HKEY_CURRENT_USER\Software\Policies\Microsoft\SystemCertificates. |
| LocalMachine | The store located at HKEY_LOCAL_MACHINE\Software\Microsoft\SystemCertificates. |
| LocalMachineEnterprise | The store located at HKEY_LOCAL_MACHINE\Software\Microsoft\EnterpriseCertificates. |
| LocalMachineGroupPolicy | The store located at HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SystemCertificates. |
| None | None. |
| Services | The store located at HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Services<ServiceName>\SystemCertificates. |
| Users | The store located at HKEY_USERS<UserName>\Software\Microsoft\SystemCertificates. |