共用方式為


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,以及表示在核發之權杖中宣告型別是必要還是選擇性的布林參數。

適用於