FormsAuthenticationModule.Init Method
.NET Framework 3.0
Initializes the FormsAuthenticationModule object.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Sub Init ( _ app As HttpApplication _ ) 'Usage Dim instance As FormsAuthenticationModule Dim app As HttpApplication instance.Init(app)
public final void Init ( HttpApplication app )
public final function Init ( app : HttpApplication )
Not applicable.
Parameters
- app
The current HttpApplication instance.
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.
Community Additions
ADD
Show: