System.Web.HttpApplication.PostAuthenticateRequest Event

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

Syntax

public event EventHandler PostAuthenticateRequest

Remarks

The HttpApplication.PostAuthenticateRequest event is raised after the HttpApplication.AuthenticateRequest event has occurred. Functionality that subscribes to the HttpApplication.PostAuthenticateRequest event can access any data that is processed by the HttpApplication.PostAuthenticateRequest.

For more information about how to handle events, see Consuming Events.

Requirements

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