1 instantiation of ProtectedSessionStorage
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
48
services.TryAddScoped(static services => new
ProtectedSessionStorage
(
2 references to ProtectedSessionStorage
Aspire.Dashboard (1)
Model\BrowserStorage\SessionBrowserStorage.cs (1)
10
public 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
"/>.