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

置き換える要素の 0 から始まるインデックス番号。

item
SecurityTokenHandler

指定したインデックス位置に存在する要素の新しいトークン ハンドラー。

適用対象