SecurityTokenHandler.ContainingCollection プロパティ

定義

現在のインスタンスを含むトークン ハンドラー コレクションを取得します。

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ ContainingCollection { System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ get(); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollection ContainingCollection { get; }
member this.ContainingCollection : System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public ReadOnly Property ContainingCollection As SecurityTokenHandlerCollection

プロパティ値

現在のインスタンスを含むトークン ハンドラー コレクション。

注釈

トークン ハンドラーがインスタンスに SecurityTokenHandlerCollection 追加されると、このプロパティは自動的に設定されます。

適用対象