Share via


SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) Méthode

Définition

Remplace le gestionnaire de jetons au niveau de l'index spécifié dans la collection par le gestionnaire spécifié.

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)

Paramètres

index
Int32

Index de base zéro de l'élément à remplacer.

item
SecurityTokenHandler

Nouveau gestionnaire de jetons de l'élément au niveau de l'index spécifié.

S’applique à