The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication.AuthenticateRequest Event
.NET Framework (current version)
Occurs when a security module has established the identity of the user.
Assembly: System.Web (in System.Web.dll)
The AuthenticateRequest event signals that the configured authentication mechanism has authenticated the current request. Subscribing to the AuthenticateRequest event ensures that the request will be authenticated before processing the attached module or event handler.
For more information about how to handle events, see NIB: Consuming Events.
.NET Framework
Available since 1.1
Available since 1.1
Show: