HttpApplication::PostAuthenticateRequest Event

 

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

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

public:
event EventHandler^ PostAuthenticateRequest {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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

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

.NET Framework
Available since 2.0
Return to top
Show: