System.Web.HttpApplication.AuthorizeRequest Event

Occurs when a security module has verified user authorization.

Syntax

public event EventHandler AuthorizeRequest

Remarks

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.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0