System.Web.Security.RoleManagerModule.Init Method

Associates the role manager with the specified application.

Syntax

public void Init (System.Web.HttpApplication app)

Parameters

app
The System.Web.HttpApplication to associate the System.Web.Security.RoleManagerModule with.

Remarks

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

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0