SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) Metodo

Definizione

Sostituisce il gestore di token all'indice specificato nella raccolta con il gestore specificato.

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)

Parametri

index
Int32

Indice in base zero dell'elemento da sostituire.

item
SecurityTokenHandler

Nuovo gestore di token per l'elemento in corrispondenza dell'indice specificato.

Si applica a