IssuedSecurityTokenParameters.ClaimTypeRequirements プロパティ

定義

要求の種類の要件のコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::ClaimTypeRequirement ^> ^ ClaimTypeRequirements { System::Collections::ObjectModel::Collection<System::ServiceModel::Security::Tokens::ClaimTypeRequirement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.ClaimTypeRequirement> ClaimTypeRequirements { get; }
member this.ClaimTypeRequirements : System.Collections.ObjectModel.Collection<System.ServiceModel.Security.Tokens.ClaimTypeRequirement>
Public ReadOnly Property ClaimTypeRequirements As Collection(Of ClaimTypeRequirement)

プロパティ値

追加の要求の種類の要件を保持するCollection<T>の種類のClaimTypeRequirement

注釈

フェデレーション シナリオでは、サービスは受信資格情報の要件を示します。 たとえば、受信資格情報には、特定の種類の要求セットが必要です。 返されるコレクション内の各 ClaimTypeRequirement は、フェデレーション資格情報に含まれる必要な要求と省略可能な要求の種類を指定します。

要求の種類の要件は、発行されたトークンで要求された要求の種類の URI と、発行されたトークンで要求された要求の種類が必要かどうかを示すブール型パラメーターで構成されます。

適用対象