This documentation is archived and is not being maintained.
RolePrincipal Constructor
Visual Studio 2008
Creates a new instance of the RolePrincipal class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
Show: