SecurityTokenHandlerCollection Constructor (IEnumerable<SecurityTokenHandler^>^)
.NET Framework (current version)
Initializes a new instance of the SecurityTokenHandlerCollection class with the specified token handlers.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- handlers
-
Type:
System.Collections.Generic::IEnumerable<SecurityTokenHandler^>^
The token handlers with which to initialize the new instance.
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
Available since 4.5
Show: