SecurityTokenHandlerCollection.InsertItem(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.
Insere o manipulador de tokens especificado nesta coleção no índice especificado. (Sobreposição do método da classe base.)
protected:
override void InsertItem(int index, System::IdentityModel::Tokens::SecurityTokenHandler ^ item);
protected override void InsertItem(int index, System.IdentityModel.Tokens.SecurityTokenHandler item);
override this.InsertItem : int * System.IdentityModel.Tokens.SecurityTokenHandler -> unit
Protected Overrides Sub InsertItem (index As Integer, item As SecurityTokenHandler)
Parâmetros
- index
- Int32
O índice baseado em zero no qual o manipulador deve ser inserido.
- item
- SecurityTokenHandler
O manipulador de tokens para inserir.