HttpApplication.PostAuthenticateRequest Event
.NET Framework 3.0
Occurs when a security module has established the identity of the user.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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 handling events, see Consuming Events.
Community Additions
ADD
Show: