AnonymousIdentificationModule::Init Method (HttpApplication^)
.NET Framework (current version)
Initializes the AnonymousIdentificationModule object.
Assembly: System.Web (in System.Web.dll)
Parameters
- app
-
Type:
System.Web::HttpApplication^
The current HttpApplication instance.
Implements
IHttpModule::Init(HttpApplication^)This method is not intended to be called from application code.
The Init method ensures that the AnonymousIdentificationModule is included in the processing of the PostAuthenticateRequest event.
.NET Framework
Available since 2.0
Available since 2.0
Show: