2 references to DefaultAntiforgeryStateProvider
Microsoft.AspNetCore.Components.Server (2)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
71services.TryAddScoped<AntiforgeryStateProvider, DefaultAntiforgeryStateProvider>();
src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs (1)
18Justification = $"{nameof(DefaultAntiforgeryStateProvider)} uses the {nameof(PersistentComponentState)} APIs to deserialize the token, which are already annotated.")]