SecurityTokenHandlerCollection Constructor (Generic IEnumerable)
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim handlers As IEnumerable(Of SecurityTokenHandler)
Dim instance As New SecurityTokenHandlerCollection(handlers)
Syntax
'Declaration
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>
)
Parameters
- handlers
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
SecurityTokenHandlerCollection Class
SecurityTokenHandlerCollection Members
Microsoft.IdentityModel.Tokens Namespace