3 references to ProtectedSessionStorage
Aspire.Dashboard (1)
Model\BrowserStorage\SessionBrowserStorage.cs (1)
10
public SessionBrowserStorage(
ProtectedSessionStorage
protectedSessionStorage) : base(protectedSessionStorage)
Microsoft.AspNetCore.Components.Server (2)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
40
services.TryAddScoped<
ProtectedSessionStorage
>();
ProtectedBrowserStorage\ProtectedSessionStorage.cs (1)
21
/// Constructs an instance of <see cref="
ProtectedSessionStorage
"/>.