Loads the settings for the ServiceConfiguration from the application or web configuration file.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim element As ServiceElement

Me.LoadConfiguration(element)

Синтаксис

Visual Basic
Protected Sub LoadConfiguration ( _
		element As ServiceElement _
)
C#
protected void LoadConfiguration (
		ServiceElement element
)
C++
protected:
void LoadConfiguration (
		ServiceElement^ element
)
J#
protected void LoadConfiguration (
		ServiceElement element
)
JScript
protected function LoadConfiguration (
		element : ServiceElement
)

Параметры

element

Исключения

Тип исключений Условие

Примечания

If there is no configuration file, or the named section does not exist, then no exception is thrown; instead the class is loaded with a set of default values.


Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также