GetRolesForUser(principal.Identity.Name); foreach (string role in roles) { outputIdentity.Claims.Add(new Claim(ClaimTypes.Role, role)); }.
確定! 回上一頁