Initializes an instance of T:Microsoft.IdentityModel.Configuration.ServiceConfiguration.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim loadConfig As Boolean

Dim instance As New ServiceConfiguration(loadConfig)

Syntax

Visual Basic
Public Sub New ( _
		loadConfig As Boolean _
)
C#
public ServiceConfiguration (
		bool loadConfig
)
C++
public:
ServiceConfiguration (
		bool loadConfig
)
J#
public ServiceConfiguration (
		boolean loadConfig
)
JScript
public function ServiceConfiguration (
		loadConfig : boolean
)

Parameters

loadConfig

Whether or not the configuration file should be loaded.

Exceptions

Exception type Condition

Remarks


Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also