RolePrincipal Constructor
.NET Framework (current version)
Creates a new instance of the RolePrincipal class.
Assembly: System.Web (in System.Web.dll)
| 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:

