随笔分类 -  Authentication-认证

用来表示用户是什么
摘要:IApplicationBuilder->IAuthenticationSchemeProvider->IAuthenticationHandlerProvider using System; using Microsoft.AspNetCore.Authentication; namespace 阅读全文
posted @ 2021-09-11 23:58 重构者 阅读(125) 评论(0) 推荐(0)
摘要:using System; using Microsoft.AspNetCore.Authentication; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Options 阅读全文
posted @ 2021-09-11 22:10 重构者 阅读(87) 评论(0) 推荐(0)
摘要:using System; using System.Diagnostics.CodeAnalysis; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Ex 阅读全文
posted @ 2021-09-11 19:17 重构者 阅读(69) 评论(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 重构者 阅读(343) 评论(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 重构者 阅读(272) 评论(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 重构者 阅读(294) 评论(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 重构者 阅读(187) 评论(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 重构者 阅读(698) 评论(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 重构者 阅读(140) 评论(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 重构者 阅读(51) 评论(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 重构者 阅读(78) 评论(0) 推荐(0)
摘要:AuthenticationHttpContextExtensions using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Exten 阅读全文
posted @ 2021-09-11 18:41 重构者 阅读(145) 评论(0) 推荐(0)
摘要:IAuthenticationSchemeProvider->AuthenticationSchemeProvider->IOptions<AuthenticationOptions> AuthenticationScheme using System.Collections.Generic; us 阅读全文
posted @ 2021-09-11 17:59 重构者 阅读(104) 评论(0) 推荐(0)
摘要:AuthenticationOptions->AuthenticationSchemeBuilder->AuthenticationScheme using System; using System.Collections.Generic; using System.Diagnostics.Code 阅读全文
posted @ 2021-09-11 17:59 重构者 阅读(147) 评论(0) 推荐(0)
摘要:AuthenticateResult->AuthenticationTicket->AuthenticationProperties->ClaimsPrincipal using System; using System.Diagnostics.CodeAnalysis; using System. 阅读全文
posted @ 2021-09-11 17:47 重构者 阅读(186) 评论(0) 推荐(0)
摘要:IAuthenticationHandlerProvider->AuthenticationHandlerProvider->IAuthenticationSchemeProvider using System.Threading.Tasks; using Microsoft.AspNetCore. 阅读全文
posted @ 2021-09-11 17:27 重构者 阅读(94) 评论(0) 推荐(0)
摘要:AuthenticationService=>IAuthenticationHandlerProvider->IAuthenticationHandler using System.Security.Claims; using System.Threading.Tasks; using Micros 阅读全文
posted @ 2021-09-11 17:14 重构者 阅读(1284) 评论(0) 推荐(0)
摘要:IAuthenticationHandler IAuthenticationRequestHandler : IAuthenticationHandler IAuthenticationSignOutHandler : IAuthenticationHandler IAuthenticationSi 阅读全文
posted @ 2021-09-11 17:04 重构者 阅读(190) 评论(0) 推荐(0)