System.Web.HttpApplication.AuthenticateRequest Event

Occurs when a security module has established the identity of the user.

Syntax

public event EventHandler AuthenticateRequest

Remarks

The HttpApplication.AuthenticateRequest event signals that the configured authentication mechanism has authenticated the current request. Subscribing to the HttpApplication.AuthenticateRequest event ensures that the request will be authenticated 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