8 references to AddScheme
Microsoft.AspNetCore.Authentication (1)
AuthenticationBuilder.cs (1)
36
o.
AddScheme
(authenticationScheme, scheme =>
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticationOptions.cs (1)
56
AddScheme
(name, b =>
Microsoft.AspNetCore.Authentication.Core.Test (2)
TokenExtensionTests.cs (2)
130
o.
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)
33
o.
AddScheme
("Skip", s =>
38
o.
AddScheme
("throws", s =>
42
o.
AddScheme
("607", s =>
47
o.
AddScheme
("305", s =>