3 references to ProtectedPrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
44
InteractiveServerRenderMode => new
ProtectedPrerenderComponentApplicationStore
(_httpContext.RequestServices.GetRequiredService<IDataProtectionProvider>()),
65
var serverStore = new
ProtectedPrerenderComponentApplicationStore
(_httpContext.RequestServices.GetRequiredService<IDataProtectionProvider>());
143
var protectedStore = new
ProtectedPrerenderComponentApplicationStore
(_httpContext.RequestServices.GetRequiredService<IDataProtectionProvider>());