Mentalis.org Security Library documentation

StoreLocation Enumeration

Specifies the location of the X.509 certificate store.

[Visual Basic]
Public Enum StoreLocation
[C#]
public enum StoreLocation

Members

Member NameDescription
CurrentServiceThe certificate store for the current service.
CurrentUserThe certificate store for the currently logged-on user.
CurrentUserGroupPolicyThe certificate store for the currently logged-on group.
LocalMachineThe certificate store for the local computer.
LocalMachineEnterpriseThe certificate store for the local machine enterprise downloaded from a network setting.
LocalMachineGroupPolicyThe certificate store for the local machine group policy downloaded from a network setting.
ServicesThe certificate store for a specified service account; for example, an Alerter or the Event Log.
UnknownThe location is unknown.
UsersThe certificate store for the users group of this computer.

Requirements

Namespace: Org.Mentalis.Security.Certificates Namespace

Assembly: Org.Mentalis.Security.dll

See Also

Org.Mentalis.Security.Certificates Namespace