The HttpApplication.AuthorizeRequest event signals that ASP.NET has authorized the current request. Subscribing to the HttpApplication.AuthorizeRequest event ensures that the request will be authenticated and authorized before processing the attached module or event handler.
For more information about how to handle events, see Consuming Events.