A string array containing the names of all the roles that the specified user is in.
The SqlRoleProvider.GetRolesForUser(string) method is called by the System.Web.Security.Roles class to retrieve a list of a specified user's roles from the SQL Server database specified in the ASP.NET application's configuration file (Web.config).