Candor.Security.CandorAuthorizationRoleProvider.GetRolesForUser C# (CSharp) Метод

GetRolesForUser() публичный Метод

Gets all the roles assigned to the given user name.
public GetRolesForUser ( string username ) : string[]
username string
Результат string[]
        public override string[] GetRolesForUser( string username )
        {
            #warning Load roles from database
            return new string[]{};
        }