RoleManagerModule.Init Method (HttpApplication)

 

Associates the role manager with the specified application.

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

Public Sub Init (
	app As HttpApplication
)

Parameters

app
Type: System.Web.HttpApplication

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.

.NET Framework
Available since 2.0
Return to top
Show: