HttpApplication.PostAuthenticateRequest Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a security module has established the identity of the user.
public:
event EventHandler ^ PostAuthenticateRequest;
public event EventHandler PostAuthenticateRequest;
member this.PostAuthenticateRequest : EventHandler
Public Custom Event PostAuthenticateRequest As EventHandler
Event Type
Remarks
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 Handling and Raising Events.