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

プロパティ値

SecurityTokenHandlerSetElementCollection

この id 構成要素用に構成されたセキュリティトークンハンドラーコレクション。

属性

注釈

<securityTokenHandlers>要素の下で構成される要素のセットに対応し <identityConfiguration> ます。 Identity configuration 要素には、複数の要素を含めることができます <securityTokenHandlers> 。各要素には、セキュリティトークンハンドラーのコレクションの設定が含まれています。

適用対象

こちらもご覧ください