SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) Método

Definição

Substitui o manipulador de token no índice especificado na coleção pelo manipulador 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

O índice de base zero do elemento a ser substituído.

item
SecurityTokenHandler

O novo manipulador de token para o elemento no índice especificado.

Aplica-se a