8 references to AddScheme
Microsoft.AspNetCore.Authentication (1)
AuthenticationBuilder.cs (1)
36o.AddScheme(authenticationScheme, scheme =>
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticationOptions.cs (1)
56AddScheme(name, b =>
Microsoft.AspNetCore.Authentication.Core.Test (2)
TokenExtensionTests.cs (2)
130o.AddScheme("simple", s => s.HandlerType = typeof(SimpleAuth)); 144.AddAuthenticationCore(o => o.AddScheme("simple", s => s.HandlerType = typeof(SimpleAuth)));
Microsoft.AspNetCore.Authentication.Test (4)
AuthenticationMiddlewareTests.cs (4)
33o.AddScheme("Skip", s => 38o.AddScheme("throws", s => 42o.AddScheme("607", s => 47o.AddScheme("305", s =>