With the ClaimsIdentity created, we can move on to the ClaimsPrincipal. var userPrincipal = new ClaimsPrincipal(userIdentity);. When you examine ...
確定! 回上一頁