RoleManagerModule.Init Method
.NET Framework 2.0
Associates the role manager with the specified application.
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 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.
Community Additions
ADD
Show: