7 references to UrlAuthorizationModule
System.Web (7)
HttpContext.cs (1)
1903UrlAuthorizationModule.RequestRequiresAuthorization(this) );
Routing\PageRouteHandler.cs (1)
72return UrlAuthorizationModule.CheckUrlAccessForPrincipal(virtualPath, user, requestContext.HttpContext.Request.HttpMethod);
Routing\UrlRoutingModule.cs (1)
96UrlAuthorizationModule.ReportUrlAuthorizationFailure(HttpContext.Current, this);
Security\UrlAuthorizationModule.cs (3)
37/// Initializes a new instance of the <see cref='System.Web.Security.UrlAuthorizationModule'/> 84if (Type.GetType(module.Type, false) == typeof(UrlAuthorizationModule)) { 93if (Type.GetType(mod.Type, false) == typeof(UrlAuthorizationModule)) {
UI\Util.cs (1)
1675return UrlAuthorizationModule.IsUserAllowedToPath(context, virtualPath);