Loads a SecurityTokenHandlerConfiguration using the elements directly under the ServiceElement.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim element As ServiceElement
Dim returnValue As SecurityTokenHandlerConfiguration

returnValue = Me.LoadHandlerConfiguration(element)

Синтаксис

Visual Basic
Protected Function LoadHandlerConfiguration ( _
		element As ServiceElement _
) As SecurityTokenHandlerConfiguration
C#
protected SecurityTokenHandlerConfiguration LoadHandlerConfiguration (
		ServiceElement element
)
C++
protected:
SecurityTokenHandlerConfiguration^ LoadHandlerConfiguration (
		ServiceElement^ element
)
J#
protected SecurityTokenHandlerConfiguration LoadHandlerConfiguration (
		ServiceElement element
)
JScript
protected function LoadHandlerConfiguration (
		element : ServiceElement
) : SecurityTokenHandlerConfiguration

Параметры

element

Исключения

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

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также