SecurityTokenHandlerCollection.InsertItem(Int32, SecurityTokenHandler) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的權杖處理常式插入至這個集合中的指定索引位置。 (基底類別方法的覆寫)。
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
要插入的權杖處理常式。