Hi In asp.net 5 using the Identity model. Who do I get all the roles a particular user belongs to? I am looking for something like this: Roles.UserRoles("username"); Thanks