RolePrincipal Constructor (String, IIdentity)
.NET Framework (current version)
Instantiates a RolePrincipal object for the specified identity using the specified providerName.
Assembly: System.Web (in System.Web.dll)
Parameters
- providerName
-
Type:
System.String
The name of the role provider for the user.
- identity
-
Type:
System.Security.Principal.IIdentity
The user identity to create the RolePrincipal for.
| Exception | Condition |
|---|---|
| System.ArgumentNullException | identity is null. |
| System.ArgumentException | providerName is null. -or- providerName refers to a role provider that does not exist in the configuration for the application. |
This overload of the RolePrincipal constructor creates a new RolePrincipal object and initializes its property values. The ProviderName property is set to the value specified in the providerName parameter.
For information on enabling role management, see the Roles class.
.NET Framework
Available since 2.0
Available since 2.0
Show: