RoleManagerModule::Init Method (HttpApplication^)
.NET Framework (current version)
Associates the role manager with the specified application.
Assembly: System.Web (in System.Web.dll)
Parameters
- app
-
Type:
System.Web::HttpApplication^
The HttpApplication to associate the RoleManagerModule with.
Implements
IHttpModule::Init(HttpApplication^)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
Available since 2.0
Show: