3 references to EventDefaultAuthentication
System.Web (3)
HttpApplication.cs (3)
811add { AddSyncEventHookup(EventDefaultAuthentication, value, RequestNotification.AuthenticateRequest); } 812remove { RemoveSyncEventHookup(EventDefaultAuthentication, value, RequestNotification.AuthenticateRequest); } 3831app.CreateEventExecutionSteps(HttpApplication.EventDefaultAuthentication, steps);