Udostępnij za pośrednictwem


SecurityTokenHandlerCollection.InsertItem(Int32, SecurityTokenHandler) Metoda

Definicja

Wstawia określoną procedurę obsługi tokenów w tej kolekcji w określonym indeksie. (Przesłoń metodę klasy bazowej).

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)

Parametry

index
Int32

Indeks oparty na zera, w którym należy wstawić program obsługi.

item
SecurityTokenHandler

Procedura obsługi tokenów do wstawienia.

Dotyczy