System.Web.Security Namespace
.NET Framework version 2.0
Manages a RolePrincipal instance for the current user. This class cannot be inherited.
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.
RolePrincipal Class RoleProvider Class Roles Class roleManager Section Managing Authorization Using Roles
© 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