SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.