Freigeben über


ServiceConfiguration.LoadHandlers Method

Loads the P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager defined for a given service.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim serviceElement As ServiceElement
Dim returnValue As SecurityTokenHandlerCollectionManager

returnValue = Me.LoadHandlers(serviceElement)

Syntax

'Declaration
Protected Function LoadHandlers ( _
    serviceElement As ServiceElement _
) As SecurityTokenHandlerCollectionManager
protected SecurityTokenHandlerCollectionManager LoadHandlers (
    ServiceElement serviceElement
)
protected:
SecurityTokenHandlerCollectionManager^ LoadHandlers (
    ServiceElement^ serviceElement
)
protected SecurityTokenHandlerCollectionManager LoadHandlers (
    ServiceElement serviceElement
)
protected function LoadHandlers (
    serviceElement : ServiceElement
) : SecurityTokenHandlerCollectionManager

Parameter

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

Ausnahmen

Ausnahmetyp Bedingung

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace