RolePrincipal.RolePrincipal(IIdentity) Constructor
.NET Framework 2.0
Instantiates a RolePrincipal object for the specified identity.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
This overload of the RolePrincipal constructor creates a new RolePrincipal object and initializes its property values. Cached role information is not read from the cookie identified by the CookieName property. The ProviderName property is set to the Name of the default role provider.
For information on enabling role management, see the Roles class.
The following code example creates a new RolePrincipal object. If CacheRolesInCookie is true, the example creates the RolePrincipal with cookie information from the cookie identified by the CookieName property.
Community Additions
ADD
Show: