RoleProvider::GetRolesForUser Method
Gets a list of the roles that a specified user is in for the configured applicationName.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- username
- Type: System::String
The user to return a list of roles for.
Return Value
Type: array<System::String>A string array containing the names of all the roles that the specified user is in for the configured applicationName.
GetRolesForUser is called by the GetRolesForUser method of the Roles class to retrieve the role names that the specified user is associated with from the data source. Only the roles for the configured ApplicationName are retrieved.
If no roles exist for the specified user for the configured applicationName, we recommend that your provider return a string array with no elements.
If the specified user name is nullptr or is an empty string, we recommend that your provider throw an exception.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.