摘要:
iidentity 身份 claim 身份信息 claimPrincipal 有多个身份,但有一个主身份 claims 所有身份,表示用户。。一个用户有多个身份,每个身份里面有多个信息 采用基于票据的认证! AuthenticationTicket 票据,对claimPrincipal的封装。包括c 阅读全文
posted @ 2023-07-29 23:18
张志恒的博客
阅读(32)
评论(0)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.Security.Claims; using System.Security.Principal; using System.Threading.Tasks; using Mic 阅读全文
posted @ 2023-07-29 21:09
张志恒的博客
阅读(22)
评论(0)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using System.Text; using Syste 阅读全文
posted @ 2023-07-29 18:10
张志恒的博客
阅读(17)
评论(0)
推荐(0)