RoleManagerModule.Init Method

Associates the role manager with the specified application.

Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)

'Declaration
Public Sub Init ( _
	app As HttpApplication _
)
'Usage
Dim instance As RoleManagerModule
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 to associate the RoleManagerModule with.

This method subscribes to the PostAuthorizeRequest and EndRequest methods of the specified HttpApplication for the purpose of managing role information and is not intended to be used directly from your code.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: