8 references to AddAuthenticationCore
Microsoft.AspNetCore.Authentication (1)
AuthenticationServiceCollectionExtensions.cs (1)
23services.AddAuthenticationCore();
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationCoreServiceCollectionExtensions.cs (1)
41services.AddAuthenticationCore();
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs (1)
127services.AddAuthenticationCore();
Microsoft.AspNetCore.Mvc.Core.Test (1)
ChallengeResultTest.cs (1)
72services.AddAuthenticationCore();
Microsoft.AspNetCore.Server.HttpSys (1)
WebHostBuilderHttpSysExtensions.cs (1)
47services.AddAuthenticationCore();
Microsoft.AspNetCore.Server.IIS (1)
WebHostBuilderIISExtensions.cs (1)
41services.AddAuthenticationCore();
Microsoft.AspNetCore.Server.IISIntegration (1)
WebHostBuilderIISExtensions.cs (1)
100services.AddAuthenticationCore();
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2733builder.Services.AddAuthenticationCore();