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
指定索引处的新标记处理程序。