Specifies the location of the X.509 certificate store.

Namespace: LLCryptoLib.Security.Certificates
Assembly: 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 nameValueDescription
CurrentService262144The certificate store for the current service.
CurrentUser65536The certificate store for the currently logged-on user.
CurrentUserGroupPolicy458752The certificate store for the currently logged-on group.
LocalMachine131072The certificate store for the local computer.
LocalMachineEnterprise589824The certificate store for the local machine enterprise downloaded from a network setting.
LocalMachineGroupPolicy524288The certificate store for the local machine group policy downloaded from a network setting.
Services327680The certificate store for a specified service account; for example, an Alerter or the Event Log.
Unknown0The location is unknown.
Users65536The certificate store for the users group of this computer.

See Also