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