Show / Hide Table of Contents

Class RequiredClaimSpecification

Represent a rule that requires a specific claim and value.

Inheritance
Object
Specification<System.Security.Claims.Claim>
RequiredClaimSpecification
Inherited Members
Specification<Claim>.ExpressionPredicate
Specification<Claim>.IsSatisfied
Specification<Claim>.IsSatisfiedBy(Claim)
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX