HttpApplication.PostAuthenticateRequest Event

Definition

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.

Applies to

See also