Removes the IClaimsIdentity at the specified index.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As ClaimsIdentityCollection
Dim index As Integer

instance.RemoveAt(index)

Syntax

Visual Basic
Public Sub RemoveAt ( _
		index As Integer _
)
C#
public void RemoveAt (
		int index
)
C++
public:
virtual void RemoveAt (
		int index
) sealed
J#
public final void RemoveAt (
		int index
)
JScript
public final function RemoveAt (
		index : int
)

Parameters

index

The zero-based index of the IClaimsIdentity to remove.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also