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