Condividi tramite


X509TokenProvider.StoreLocation Property

Gets or sets the location of the X.509 certificate store.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim x509TokenProvider1 As X509TokenProvider

Dim returnValue As StoreLocation
returnValue = x509TokenProvider1.StoreLocation

Dim sampleValue As StoreLocation
x509TokenProvider1.StoreLocation = sampleValue

Syntax

'Declaration
Public Property StoreLocation() As StoreLocation
public StoreLocation StoreLocation {get; set;}
public:
property StoreLocation^ StoreLocation {
    StoreLocation^ get();
    void set(StoreLocation^ value);
}
public StoreLocation get_StoreLocation();
public void set_StoreLocation(StoreLocation);
public function get StoreLocation() : StoreLocation;
public function set StoreLocation(StoreLocation);

Property Value

One of the System.Security.Cryptography.X509Certificates.StoreLocation values that specify the location of the X.509 certificate store.

Remarks

Possible values of the StoreLocation property are CurrentUser and LocalMachine.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

X509TokenProvider Class
X509TokenProvider Members
Microsoft.Web.Services3.Design Namespace