This documentation is archived and is not being maintained.
WindowsAuthenticationModule.Init Method
.NET Framework 1.1
Initializes the module derived from IHttpModule when called by the HttpRuntime.
[Visual Basic] Public Overridable Sub Init( _ ByVal app As HttpApplication _ ) Implements IHttpModule.Init [C#] public virtual void Init( HttpApplication app ); [C++] public: virtual void Init( HttpApplication* app ); [JScript] public function Init( app : HttpApplication );
Parameters
- app
- The HttpApplication module.
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
WindowsAuthenticationModule Class | WindowsAuthenticationModule Members | System.Web.Security Namespace
Show: