SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) Método
Definição
Substitui o manipulador de token no índice especificado na coleção pelo manipulador especificado.Replaces the token handler at the specified index in the collection with the specified handler.
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.The zero-based index of the element to replace.
- item
- SecurityTokenHandler
O novo manipulador de token para o elemento no índice especificado.The new token handler for the element at the specified index.