Loads the P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager defined for a given service.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim serviceElement As ServiceElement
Dim returnValue As SecurityTokenHandlerCollectionManager

returnValue = Me.LoadHandlers(serviceElement)

Syntax

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

Parameters

serviceElement

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

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also