Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim index As Integer
Dim item As SecurityTokenHandler

Me.InsertItem(index, item)

Синтаксис

Visual Basic
Protected Overrides Sub InsertItem ( _
		index As Integer, _
		item As SecurityTokenHandler _
)
C#
protected override void InsertItem (
		int index,
		SecurityTokenHandler item
)
C++
protected:
virtual void InsertItem (
		int index, 
		SecurityTokenHandler^ item
) override
J#
protected void InsertItem (
		int index, 
		SecurityTokenHandler item
)
JScript
protected override function InsertItem (
		index : int, 
		item : SecurityTokenHandler
)

Параметры

index
item

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также