Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityTokenHandlerCollection Constructor (IEnumerable<SecurityTokenHandler^>^, SecurityTokenHandlerConfiguration^)

.NET Framework (current version)
 

Initializes a new instance of the SecurityTokenHandlerCollection class with the specified token handlers and configuration.

Namespace:   System.IdentityModel.Tokens
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
SecurityTokenHandlerCollection(
	IEnumerable<SecurityTokenHandler^>^ handlers,
	SecurityTokenHandlerConfiguration^ configuration
)

Parameters

handlers
Type: System.Collections.Generic::IEnumerable<SecurityTokenHandler^>^

The token handlers with which to initialize the new instance.

configuration
Type: System.IdentityModel.Tokens::SecurityTokenHandlerConfiguration^

The base configuration to associate with the collection.

Do not use this constructor to attempt to clone an instance of the SecurityTokenHandlerCollectionclass, use the Clone method instead.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft