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

適用対象

こちらもご覧ください