3 types derived from ProtectedBrowserStorage
Microsoft.AspNetCore.Components.Server (2)
ProtectedBrowserStorage\ProtectedLocalStorage.cs (1)
18
public sealed class ProtectedLocalStorage :
ProtectedBrowserStorage
ProtectedBrowserStorage\ProtectedSessionStorage.cs (1)
18
public sealed class ProtectedSessionStorage :
ProtectedBrowserStorage
Microsoft.AspNetCore.Components.Server.Tests (1)
ProtectedBrowserStorageTest.cs (1)
370
class TestProtectedBrowserStorage :
ProtectedBrowserStorage
3 references to ProtectedBrowserStorage
Aspire.Dashboard (2)
Model\BrowserStorage\BrowserStorageBase.cs (2)
10
private readonly
ProtectedBrowserStorage
_protectedBrowserStorage;
12
protected BrowserStorageBase(
ProtectedBrowserStorage
protectedBrowserStorage)
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (1)
23
/// Constructs an instance of <see cref="
ProtectedBrowserStorage
"/>.