Class RequiredClaimSpecification
Represent a rule that requires a specific claim and value.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.IdentityModel.Claims
Assembly: IRM.dll
Syntax
public class RequiredClaimSpecification : Specification<Claim>
Constructors
RequiredClaimSpecification(String, String)
Initializes a new instance of the RequiredClaimSpecification class.
Declaration
public RequiredClaimSpecification(string claimType, string claimValue)
Parameters
String
claimType
The required claim type. |
String
claimValue
The required claim value. |