Loads the P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager defined for a given service.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim serviceElement As ServiceElement
Dim returnValue As SecurityTokenHandlerCollectionManager

returnValue = Me.LoadHandlers(serviceElement)

Синтаксис

Visual Basic
Protected Function LoadHandlers ( _
		serviceElement As ServiceElement _
) As SecurityTokenHandlerCollectionManager
C#
protected SecurityTokenHandlerCollectionManager LoadHandlers (
		ServiceElement serviceElement
)
C++
protected:
SecurityTokenHandlerCollectionManager^ LoadHandlers (
		ServiceElement^ serviceElement
)
J#
protected SecurityTokenHandlerCollectionManager LoadHandlers (
		ServiceElement serviceElement
)
JScript
protected function LoadHandlers (
		serviceElement : ServiceElement
) : SecurityTokenHandlerCollectionManager

Параметры

serviceElement

The T:Microsoft.IdentityModel.Configuration.ServiceElement used to configure this instance.

Исключения

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

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также