次の方法で共有


IssuedTokenParametersElement.ClaimTypeRequirements プロパティ

定義

必須のクレーム タイプのコレクションを取得します。

public:
 property System::ServiceModel::Configuration::ClaimTypeElementCollection ^ ClaimTypeRequirements { System::ServiceModel::Configuration::ClaimTypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("claimTypeRequirements")]
public System.ServiceModel.Configuration.ClaimTypeElementCollection ClaimTypeRequirements { get; }
[<System.Configuration.ConfigurationProperty("claimTypeRequirements")>]
member this.ClaimTypeRequirements : System.ServiceModel.Configuration.ClaimTypeElementCollection
Public ReadOnly Property ClaimTypeRequirements As ClaimTypeElementCollection

プロパティ値

ClaimTypeElementCollection

必須のクレーム タイプのコレクション。 コレクション内の各要素は、ClaimType プロパティが設定された ClaimTypeElement インスタンスです。

属性

適用対象