随笔分类 -  Authentication-认证

用来表示用户是什么
摘要:IApplicationBuilder->IAuthenticationSchemeProvider->IAuthenticationHandlerProvider using System; using Microsoft.AspNetCore.Authentication; namespace 阅读全文
posted @ 2021-09-11 23:58 重构者 阅读(123) 评论(0) 推荐(0)
摘要:using System; using Microsoft.AspNetCore.Authentication; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Options 阅读全文
posted @ 2021-09-11 22:10 重构者 阅读(85) 评论(0) 推荐(0)
摘要:using System; using System.Diagnostics.CodeAnalysis; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Ex 阅读全文
posted @ 2021-09-11 19:17 重构者 阅读(68) 评论(0) 推荐(0)
摘要:OpenIdConnectHandler using System; using System.Collections.Generic; using System.Globalization; using System.IdentityModel.Tokens.Jwt; using System.L 阅读全文
posted @ 2021-09-11 19:07 重构者 阅读(341) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Globalization; using System.Net.Http; using System.Net.Http.Headers; using System.Securit 阅读全文
posted @ 2021-09-11 19:06 重构者 阅读(271) 评论(0) 推荐(0)
摘要:using System; using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInj 阅读全文
posted @ 2021-09-11 19:04 重构者 阅读(292) 评论(0) 推荐(0)
摘要:using System; using System.Diagnostics; using System.Security.Cryptography; using System.Text.Encodings.Web; using System.Threading.Tasks; using Micro 阅读全文
posted @ 2021-09-11 19:00 重构者 阅读(185) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Claims; using System.Text; using 阅读全文
posted @ 2021-09-11 18:59 重构者 阅读(697) 评论(0) 推荐(0)
摘要:using System; using System.Diagnostics; using System.Linq; using System.Security.Claims; using System.Text.Encodings.Web; using System.Threading.Tasks 阅读全文
posted @ 2021-09-11 18:56 重构者 阅读(139) 评论(0) 推荐(0)
摘要:using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace Micro 阅读全文
posted @ 2021-09-11 18:54 重构者 阅读(50) 评论(0) 推荐(0)
摘要:using System.Security.Claims; using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Exten 阅读全文
posted @ 2021-09-11 18:54 重构者 阅读(80) 评论(0) 推荐(0)
摘要:AuthenticationTokenExtensions using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; namespace 阅读全文
posted @ 2021-09-11 18:46 重构者 阅读(76) 评论(0) 推荐(0)
摘要:AuthenticationHttpContextExtensions using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Exten 阅读全文
posted @ 2021-09-11 18:41 重构者 阅读(142) 评论(0) 推荐(0)
摘要:IAuthenticationSchemeProvider->AuthenticationSchemeProvider->IOptions<AuthenticationOptions> AuthenticationScheme using System.Collections.Generic; us 阅读全文
posted @ 2021-09-11 17:59 重构者 阅读(103) 评论(0) 推荐(0)
摘要:AuthenticationOptions->AuthenticationSchemeBuilder->AuthenticationScheme using System; using System.Collections.Generic; using System.Diagnostics.Code 阅读全文
posted @ 2021-09-11 17:59 重构者 阅读(146) 评论(0) 推荐(0)
摘要:AuthenticateResult->AuthenticationTicket->AuthenticationProperties->ClaimsPrincipal using System; using System.Diagnostics.CodeAnalysis; using System. 阅读全文
posted @ 2021-09-11 17:47 重构者 阅读(185) 评论(0) 推荐(0)
摘要:IAuthenticationHandlerProvider->AuthenticationHandlerProvider->IAuthenticationSchemeProvider using System.Threading.Tasks; using Microsoft.AspNetCore. 阅读全文
posted @ 2021-09-11 17:27 重构者 阅读(90) 评论(0) 推荐(0)
摘要:AuthenticationService=>IAuthenticationHandlerProvider->IAuthenticationHandler using System.Security.Claims; using System.Threading.Tasks; using Micros 阅读全文
posted @ 2021-09-11 17:14 重构者 阅读(1281) 评论(0) 推荐(0)
摘要:IAuthenticationHandler IAuthenticationRequestHandler : IAuthenticationHandler IAuthenticationSignOutHandler : IAuthenticationHandler IAuthenticationSi 阅读全文
posted @ 2021-09-11 17:04 重构者 阅读(189) 评论(0) 推荐(0)