SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) Método

Definição

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

item
SecurityTokenHandler

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

Aplica-se a