SecurityTokenHandlerCollection Constructor (SecurityTokenHandlerConfiguration^)

.NET Framework (current version)
 

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

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

public:
SecurityTokenHandlerCollection(
	SecurityTokenHandlerConfiguration^ configuration
)

Parameters

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

The base configuration to associate with the collection.

The new collection does not contain any handlers.

.NET Framework
Available since 4.5
Return to top
Show: