Share via


IdentityConfigurationElement.SecurityTokenHandlerSets プロパティ

定義

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

適用対象

こちらもご覧ください