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 和布尔参数组成,其中布尔参数可指示该声明类型在已颁发的令牌中是必选还是可选的。

适用于