Share via


X509CertificateStore.StoreLocation Enumeration

Specifies the location of the X.509 certificate store.

This enumeration has a attribute that allows a bitwise combination of its member values.

Namespace: Microsoft.Web.Services2.Security.X509
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim x509CertificateStore_StoreLocation1 As X509CertificateStore.StoreLocation = X509CertificateStore.StoreLocation.CurrentService

Syntax

'Declaration
<FlagsAttribute()> _
Public Enum X509CertificateStore.StoreLocation
[FlagsAttribute()]
public enum X509CertificateStore.StoreLocation
[FlagsAttribute()]
public enum class X509CertificateStore.StoreLocation
/** @attribute FlagsAttribute()*/
public enum X509CertificateStore.StoreLocation
public 
    FlagsAttribute()
enum X509CertificateStore.StoreLocation

Members

Member name Description
CurrentService The certificate store for the current service.
CurrentUser The certificate store for the currently logged-on user.
CurrentUserGroupPolicy The certificate store for the currently logged-on group.
LocalMachine The certificate store for the local computer.
LocalMachineEnterprise The certificate store for the local machine enterprise downloaded from a network setting.
LocalMachineGroupPolicy The certificate store for the local machine group policy downloaded from a network setting.
Services The certificate store for a specified service account; for example, an Alerter or the Event Log.
Unknown The location is unknown.
Users The certificate store for the users group of this computer.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Security.X509 Namespace