Share via


SecurityTokenHandlerCollection.InsertItem(Int32, SecurityTokenHandler) 方法

定義

將指定的權杖處理常式插入至這個集合中的指定索引位置。 (基底類別方法的覆寫)。

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)

參數

index
Int32

以零起始的索引,應該在此索引上插入處理常式。

item
SecurityTokenHandler

要插入的權杖處理常式。

適用於