RoleProvider::IsUserInRole Method (String^, String^)
.NET Framework (current version)
Gets a value indicating whether the specified user is in the specified role for the configured applicationName.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- username
-
Type:
System::String^
The user name to search for.
- roleName
-
Type:
System::String^
The role to search in.
Return Value
Type: System::Booleantrue if the specified user is in the specified role for the configured applicationName; otherwise, false.
The IsUserInRole method is called by the IsUserInRole method of the Roles class to determine whether the current logged-on user is associated with a role from the data source for the configured ApplicationName.
If the specified user name is null or is an empty string, we recommend that your provider throw an exception.
If the specified role name is null or is an empty string, we recommend that your provider throw an exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: