AddClaims(new[] { new Claim(ClaimTypes.GivenName, user.FirstName), new Claim(ClaimTypes.Surname, user.LastName), }); return principal; } }.
確定! 回上一頁