Specifies the location of the X.509 certificate store.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum StoreLocation |
Visual Basic |
---|
Public Enumeration StoreLocation |
Visual C++ |
---|
public enum class StoreLocation |
Members
Member name | Value | Description | |
---|---|---|---|
CurrentService | 262144 | The certificate store for the current service. | |
CurrentUser | 65536 | The certificate store for the currently logged-on user. | |
CurrentUserGroupPolicy | 458752 | The certificate store for the currently logged-on group. | |
LocalMachine | 131072 | The certificate store for the local computer. | |
LocalMachineEnterprise | 589824 | The certificate store for the local machine enterprise downloaded from a network setting. | |
LocalMachineGroupPolicy | 524288 | The certificate store for the local machine group policy downloaded from a network setting. | |
Services | 327680 | The certificate store for a specified service account; for example, an Alerter or the Event Log. | |
Unknown | 0 | The location is unknown. | |
Users | 65536 | The certificate store for the users group of this computer. |