RolePrincipal Constructor
.NET Framework 3.0
Creates a new instance of the RolePrincipal class.
Managing Authorization Using Roles
| Name | Description |
|---|---|
| RolePrincipal (IIdentity) |
Instantiates a RolePrincipal object for the specified identity.
|
| RolePrincipal (IIdentity, String) |
Instantiates a RolePrincipal object for the specified identity with role information from the specified encryptedTicket.
|
| RolePrincipal (String, IIdentity) |
Instantiates a RolePrincipal object for the specified identity using the specified providerName.
|
| RolePrincipal (String, IIdentity, String) |
Instantiates a RolePrincipal object for the specified identity using the specified providerName and role information from the specified encryptedTicket.
|
Reference
RolePrincipal ClassRolePrincipal Members
System.Web.Security Namespace
Other Resources
Managing Authorization Using RolesCommunity Additions
ADD
Show: