asp.net.ph

RoleManagerModule Class

System.Web.Security Namespace


.NET Framework version 2.0

Manages a RolePrincipal instance for the current user. This class cannot be inherited.

RoleManagerModule Class Members

Collapse   Constructors

Visibility Constructor Parameters
public RoleManagerModule ( )

Collapse   Methods

Visibility Name Parameters Return Type
public Dispose ( ) Void
public Init ( HttpApplication app ) Void

Collapse   Events

Multicast Name Type
multicast GetRoles RoleManagerEventHandler

Remarks

The RoleManagerModule class is used to assign a RolePrincipal to the User property of the current HttpContext.

When a request completes, the RoleManagerModule refreshes the roles cookie that contains cached role information. If the User property is of type RolePrincipal, and that RolePrincipal indicates that its cached role list has been modified by setting the CachedListChanged property to true, the RoleManagerModule will update the roles cookie that contains cached role information.

NOTE: This class is not intended to be used directly from your code.

See Also

RolePrincipal Class   RoleProvider Class   Roles Class   roleManager Section   Managing Authorization Using Roles Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph