//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.Configuration { public enum AuthorizationRuleAction { Deny = 0, Allow = 1, } }