Aspectacular.DemandClaimsAttribute.DemandClaimsAttribute C# (CSharp) Method

DemandClaimsAttribute() public method

public DemandClaimsAttribute ( Type claimsIdentityType ) : System.Security.Claims
claimsIdentityType System.Type
return System.Security.Claims
        public DemandClaimsAttribute(Type claimsIdentityType, params string[] demandedClaims)
            : this(claimsIdentityType, true, demandedClaims)
        {
        }

Same methods

DemandClaimsAttribute::DemandClaimsAttribute ( Type claimsIdentityType, bool trueDemandAny_falseDemandAll ) : System.Security.Claims