1 type derived from ServerAuthenticationStateProvider
Microsoft.AspNetCore.Components.Server (1)
Circuits\RevalidatingServerAuthenticationStateProvider.cs (1)
15: ServerAuthenticationStateProvider, IDisposable
3 references to ServerAuthenticationStateProvider
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
71services.TryAddScoped<AuthenticationStateProvider, ServerAuthenticationStateProvider>();
Microsoft.AspNetCore.Components.Server (2)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
112services.TryAddScoped<AuthenticationStateProvider, ServerAuthenticationStateProvider>();
Properties\AssemblyInfo.cs (1)
6[assembly: TypeForwardedTo(typeof(Microsoft.AspNetCore.Components.Server.ServerAuthenticationStateProvider))]