When a user opens my web app, I want to list all the roles the user is in. How do I extract roles from HttpContext.Current.User ?
I am able to check if the user is in a role with HttpContext.Current.User.IsInRole but I want to list what roles the user has.