This documentation is archived and is not being maintained.
RolePrincipal Constructor
Visual Studio 2010
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(SerializationInfo, StreamingContext) | Initializes a new instance of the RolePrincipal class using information that is contained in the specified SerializationInfo object and using the specified streaming context. |
|
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: