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::CreateDefaultSecurityTokenHandlerCollection Method (SecurityTokenHandlerConfiguration^)
.NET Framework (current version)
Creates a system default collection of basic security token handlers and associates the specified configuration with the new collection. Each of the handlers has the system default configuration. The token handlers in this collection must be configured with service specific data before they can be used.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: static SecurityTokenHandlerCollection^ CreateDefaultSecurityTokenHandlerCollection( SecurityTokenHandlerConfiguration^ configuration )
Parameters
- configuration
-
Type:
System.IdentityModel.Tokens::SecurityTokenHandlerConfiguration^
The configuration to associate with the handler collection.
Return Value
Type: System.IdentityModel.Tokens::SecurityTokenHandlerCollection^A security token handler collection that contains the default, basic security token handlers.
.NET Framework
Available since 4.5
Available since 4.5
Show: