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