Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim value As StoreLocation

value = ServiceConfiguration.DefaultTrustedStoreLocation

Syntax

Visual Basic
Public Shared ReadOnly DefaultTrustedStoreLocation As StoreLocation
C#
public static readonly StoreLocation DefaultTrustedStoreLocation
C++
public:
static initonly StoreLocation DefaultTrustedStoreLocation
J#
public static final StoreLocation DefaultTrustedStoreLocation
JScript
public static final var DefaultTrustedStoreLocation : StoreLocation

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also