ServiceConfiguration.LoadHandlerConfiguration Method (ServiceElement)
Loads a SecurityTokenHandlerConfiguration using the elements directly under the ServiceElement.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim element As ServiceElement Dim returnValue As SecurityTokenHandlerConfiguration returnValue = Me.LoadHandlerConfiguration(element)
Syntax
'Declaration
Protected Function LoadHandlerConfiguration ( _
element As ServiceElement _
) As SecurityTokenHandlerConfiguration
protected SecurityTokenHandlerConfiguration LoadHandlerConfiguration (
ServiceElement element
)
protected:
SecurityTokenHandlerConfiguration^ LoadHandlerConfiguration (
ServiceElement^ element
)
protected SecurityTokenHandlerConfiguration LoadHandlerConfiguration (
ServiceElement element
)
protected function LoadHandlerConfiguration (
element : ServiceElement
) : SecurityTokenHandlerConfiguration
Parameter
- element
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