PassportAuthenticationModule.Init Method
.NET Framework 3.0
Initializes the module derived from IHttpModule when called by the HttpRuntime.
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 PassportAuthenticationModule Dim app As HttpApplication instance.Init(app)
public final void Init ( HttpApplication app )
public final function Init ( app : HttpApplication )
Not applicable.
Parameters
- app
The HttpApplication module
Community Additions
ADD
Show: