GetRolesAsync(user); var userRoles = roles.Select(r => new Claim(ClaimTypes.Role, r)).ToArray(); var userClaims = await _userManager.
確定! 回上一頁