SecurityTokenHandlerCollection.AddOrReplace(SecurityTokenHandler) メソッド

定義

指定したトークン ハンドラーをこのコレクションに追加します。 指定されたハンドラーと同じトークンの種類の識別子を持つハンドラーがコレクションに既に存在している場合は、指定されたハンドラーに置き換えられます。

public:
 void AddOrReplace(System::IdentityModel::Tokens::SecurityTokenHandler ^ handler);
public void AddOrReplace (System.IdentityModel.Tokens.SecurityTokenHandler handler);
member this.AddOrReplace : System.IdentityModel.Tokens.SecurityTokenHandler -> unit
Public Sub AddOrReplace (handler As SecurityTokenHandler)

パラメーター

handler
SecurityTokenHandler

コレクションに追加するトークン ハンドラー。

適用対象