SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) 方法

定义

替换该标记的处理程序在指定的索引中(在具有指定处理程序的集合中)。

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

指定索引处的新标记处理程序。

适用于