4 references to PostAuthenticateRequest
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HttpModule.cs (1)
26context.PostAuthenticateRequest += new EventHandler(ProcessRequest);
System.Web (3)
Security\AnonymousIdentificationModule.cs (1)
121app.PostAuthenticateRequest += new EventHandler(this.OnEnter);
Security\BackStopAuthenticationModule.cs (1)
73app.PostAuthenticateRequest += new EventHandler(this.OnEnter);
Security\RoleManagerModule.cs (1)
69app.PostAuthenticateRequest += new EventHandler(this.OnEnter);