FormsAuthenticationModule.Init Method (HttpApplication)
.NET Framework (current version)
Initializes the FormsAuthenticationModule 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 FormsAuthenticationModule is included in the processing of the AuthenticateRequest and EndRequest events.
.NET Framework
Available since 1.1
Available since 1.1
Show: