SecurityTokenHandlerCollection.InsertItem(Int32, SecurityTokenHandler) メソッド

定義

このコレクション内の指定したインデックス位置に、指定したトークン ハンドラーを挿入します。 (基本クラスのメソッドをオーバーライドします。)

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

ハンドラーを挿入する位置の、0 から始まるインデックス。

item
SecurityTokenHandler

挿入するトークン ハンドラー。

適用対象