SecurityTokenHandlerCollection::InsertItem Method (Int32, SecurityTokenHandler^)

.NET Framework (current version)
 

Inserts the specified token handler in this collection at the specified index. (Override of the base class method.)

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

protected:
virtual void InsertItem(
	int index,
	SecurityTokenHandler^ item
) override

Parameters

index
Type: System::Int32

The zero-based index at which the handler should be inserted.

item
Type: System.IdentityModel.Tokens::SecurityTokenHandler^

The token handler to insert.

.NET Framework
Available since 4.5
Return to top
Show: