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::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.)
Assembly: System.IdentityModel (in System.IdentityModel.dll)
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
Available since 4.5
Show: