文章分类 -  .ner core 身份验证

自定义权限验证
摘要:自定义权限验证需要实现抽象类 public abstract class AuthorizationHandler<TRequirement> : IAuthorizationHandler where TRequirement : IAuthorizationRequirement public 阅读全文

posted @ 2024-08-09 17:07 是水饺不是水饺 阅读(31) 评论(0) 推荐(0)

自定义身份验证 IAuthenticationHandler
摘要:自定义身份验证 接口 实现 IAuthenticationHandler public interface IAuthenticationHandler { Task<AuthenticateResult> AuthenticateAsync(); Task ChallengeAsync(Authe 阅读全文

posted @ 2024-08-09 16:24 是水饺不是水饺 阅读(15) 评论(0) 推荐(0)

导航