SecurityTokenHandler.ContainingCollection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のインスタンスを含むトークン ハンドラー コレクションを取得します。
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 追加されると、このプロパティは自動的に設定されます。