Bagikan melalui


SecurityTokenHandlerCollection.InsertItem(Int32, SecurityTokenHandler) Metode

Definisi

Menyisipkan handler token yang ditentukan dalam koleksi ini pada indeks yang ditentukan. (Ambil alih metode kelas dasar.)

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)

Parameter

index
Int32

Indeks berbasis nol tempat handler harus disisipkan.

item
SecurityTokenHandler

Handler token yang akan disisipkan.

Berlaku untuk