4 references to AuthenticateRequest
System.Web (3)
Security\FormsAuthenticationModule.cs (1)
80
app.
AuthenticateRequest
+= new EventHandler(this.OnEnter);
Security\PassportAuthenticationModule.cs (1)
77
app.
AuthenticateRequest
+= new EventHandler(this.OnEnter);
Security\WindowsAuthenticationModule.cs (1)
75
app.
AuthenticateRequest
+= new EventHandler(this.OnEnter);
System.Web.Extensions (1)
Handlers\ScriptModule.cs (1)
120
app.
AuthenticateRequest
+= new EventHandler(AuthenticateRequestHandler);