IdentityConfigurationElement.SecurityTokenHandlerSets プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この ID 構成要素に関連付けられた SecurityTokenHandlerSetElementCollection を取得または設定します。
public:
property System::IdentityModel::Configuration::SecurityTokenHandlerSetElementCollection ^ SecurityTokenHandlerSets { System::IdentityModel::Configuration::SecurityTokenHandlerSetElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.IdentityModel.Configuration.SecurityTokenHandlerSetElementCollection SecurityTokenHandlerSets { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.SecurityTokenHandlerSets : System.IdentityModel.Configuration.SecurityTokenHandlerSetElementCollection
Public ReadOnly Property SecurityTokenHandlerSets As SecurityTokenHandlerSetElementCollection
プロパティ値
この ID 構成要素用に構成されたセキュリティ トークン ハンドラー コレクション。
- 属性
注釈
要素の下に構成されている要素の <securityTokenHandlers>
セットに <identityConfiguration>
対応します。 ID 構成要素には複数 <securityTokenHandlers>
の要素を含めることができます。それぞれに、セキュリティ トークン ハンドラーのコレクションの設定が含まれています。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET