4 references to Deny
System.Web (4)
Configuration\AuthorizationRuleCollection.cs (4)
62
newElement.Action = AuthorizationRuleAction.
Deny
;
133
if (!fAnyAllowRulesFound && rule.Action == AuthorizationRuleAction.
Deny
)
141
if (!fAnyAllowRulesFound && rule.Action == AuthorizationRuleAction.
Deny
)
150
if (!fAnyDenyRulesFound && rule.Action == AuthorizationRuleAction.
Deny
)