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

Usage

Visual Basic
Dim handlers As IEnumerable(Of SecurityTokenHandler)

Dim instance As New SecurityTokenHandlerCollection(handlers)

Syntax

Visual Basic
Public Sub New ( _
		handlers As IEnumerable(Of SecurityTokenHandler) _
)
C#
public SecurityTokenHandlerCollection (
		IEnumerable<SecurityTokenHandler> handlers
)
C++
public:
SecurityTokenHandlerCollection (
		IEnumerable<SecurityTokenHandler^>^ handlers
)
J#
public SecurityTokenHandlerCollection (
		IEnumerable<SecurityTokenHandler> handlers
)
JScript
public function SecurityTokenHandlerCollection (
		handlers : IEnumerable<SecurityTokenHandler>
)

Parameters

handlers

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also