GetRolesAsync(user); foreach(var role in roles) { claims.Add(new Claim(ClaimTypes.Role, role)); } var key = new ...
確定! 回上一頁