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