2 instantiations of ProtectedSessionStorage
Aspire.Dashboard.Tests (1)
LocalBrowserStorageTests.cs (1)
251new ProtectedSessionStorage(testJsonRuntime, new TestDataProtector()),
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
48services.TryAddScoped(static services => new ProtectedSessionStorage(
2 references to ProtectedSessionStorage
Aspire.Dashboard (1)
Model\BrowserStorage\SessionBrowserStorage.cs (1)
10public SessionBrowserStorage(ProtectedSessionStorage protectedSessionStorage, ILogger<SessionBrowserStorage> logger) : base(protectedSessionStorage, logger)
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedSessionStorage.cs (1)
22/// Constructs an instance of <see cref="ProtectedSessionStorage"/>.