2 references to AuthenticationService
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationCoreServiceCollectionExtensions.cs (1)
23
services.TryAddScoped<IAuthenticationService,
AuthenticationService
>();
Microsoft.AspNetCore.Mvc.RazorPages (1)
PageBase.cs (1)
182
/// The behavior of this method depends on the <see cref="
AuthenticationService
"/> in use.