Share via


SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) Método

Definición

Reemplaza el controlador de token del índice especificado de la colección por el controlador especificado.

protected:
 override void SetItem(int index, System::IdentityModel::Tokens::SecurityTokenHandler ^ item);
protected override void SetItem (int index, System.IdentityModel.Tokens.SecurityTokenHandler item);
override this.SetItem : int * System.IdentityModel.Tokens.SecurityTokenHandler -> unit
Protected Overrides Sub SetItem (index As Integer, item As SecurityTokenHandler)

Parámetros

index
Int32

Índice de base cero del elemento que se va a reemplazar.

item
SecurityTokenHandler

Nuevo controlador de token para el elemento del índice especificado.

Se aplica a