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> 要素を含めることができます。各要素には、セキュリティ トークン ハンドラーのコレクションの設定が含まれます。