Aspectacular.DemandAspNetRoleAttribute.DemandAspNetRoleAttribute C# (CSharp) Method

DemandAspNetRoleAttribute() public method

Marks methods and classes as requiring current user to the member of one or more ASP.NET security roles. User must be a member of at least one demanded role in order to be authorized.
public DemandAspNetRoleAttribute ( ) : System
return System
        public DemandAspNetRoleAttribute(params string[] demandedRoles)
            : this(true, demandedRoles)
        {
        }

Same methods

DemandAspNetRoleAttribute::DemandAspNetRoleAttribute ( bool trueDemandAny_falseDemandAll ) : System