2 references to BasicAuthenticationHandler
BasicWebSite (2)
StartupWithCustomInvalidModelStateFactory.cs (1)
15
.AddScheme<AuthenticationSchemeOptions,
BasicAuthenticationHandler
>("Api", _ => { });
StartupWithoutEndpointRouting.cs (1)
23
.AddScheme<AuthenticationSchemeOptions,
BasicAuthenticationHandler
>("Api", _ => { });