SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以指定的處理常式取代集合中指定索引處的語彙基元處理常式。
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)
參數
- index
- Int32
要取代的項目之以零起始的索引。
- item
- SecurityTokenHandler
指定之索引處的項目的新權杖處理常式。