IssuedSecurityTokenParameters.ClaimTypeRequirements 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得宣告型別需求的集合。
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,以及表示在核發之權杖中宣告型別是必要還是選擇性的布林參數。