SecurityTokenHandlerCollection.InsertItem(Int32, SecurityTokenHandler) Método

Definição

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.

Aplica-se a