SecurityTokenHandlerCollection.InsertItem(Int32, SecurityTokenHandler) Método

Definição

Insere o manipulador de token especificado nessa coleção no índice especificado. (Substituiçã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 de base zero no qual o manipulador deve ser inserido.

item
SecurityTokenHandler

O manipulador de token a ser inserido.

Aplica-se a