4 references to Rules
System.Web (4)
Configuration\AuthorizationSection.cs (4)
84if (Rules.Count > 0) { 85_EveryoneAllowed = (Rules[0].Action == AuthorizationRuleAction.Allow && Rules[0].Everyone); 90return Rules.IsUserAllowed(user, verb);