Partager via


Constructeur SecurityTokenHandlerCollection (IEnumerable générique)

Espace de noms: Microsoft.IdentityModel.Tokens
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim handlers As IEnumerable(Of SecurityTokenHandler)

Dim instance As New SecurityTokenHandlerCollection(handlers)

Syntaxe

'Déclaration
Public Sub New ( _
    handlers As IEnumerable(Of SecurityTokenHandler) _
)
public SecurityTokenHandlerCollection (
    IEnumerable<SecurityTokenHandler> handlers
)
public:
SecurityTokenHandlerCollection (
    IEnumerable<SecurityTokenHandler^>^ handlers
)
public SecurityTokenHandlerCollection (
    IEnumerable<SecurityTokenHandler> handlers
)
public function SecurityTokenHandlerCollection (
    handlers : IEnumerable<SecurityTokenHandler>
)

Paramètres

  • handlers
     

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 SecurityTokenHandlerCollection
Membres SecurityTokenHandlerCollection
Espace de noms Microsoft.IdentityModel.Tokens