Méthode ServiceConfiguration.LoadHandlers
Loads the P:Microsoft.IdentityModel.Configuration.ServiceConfiguration.SecurityTokenHandlerCollectionManager defined for a given service.
Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim serviceElement As ServiceElement Dim returnValue As SecurityTokenHandlerCollectionManager returnValue = Me.LoadHandlers(serviceElement)
Syntaxe
'Déclaration
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
Paramètres
- serviceElement
The T:Microsoft.IdentityModel.Configuration.ServiceElement used to configure this instance.
Exceptions
Type d'exception | Condition |
---|
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe ServiceConfiguration
Membres ServiceConfiguration
Espace de noms Microsoft.IdentityModel.Configuration