ProtectedSessionStorage(IJSRuntime, IDataProtectionProvider) Konstruktor

Definice

Vytvoří instanci .ProtectedSessionStorage

public:
 ProtectedSessionStorage(Microsoft::JSInterop::IJSRuntime ^ jsRuntime, Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ dataProtectionProvider);
public ProtectedSessionStorage (Microsoft.JSInterop.IJSRuntime jsRuntime, Microsoft.AspNetCore.DataProtection.IDataProtectionProvider dataProtectionProvider);
new Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedSessionStorage : Microsoft.JSInterop.IJSRuntime * Microsoft.AspNetCore.DataProtection.IDataProtectionProvider -> Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedSessionStorage
Public Sub New (jsRuntime As IJSRuntime, dataProtectionProvider As IDataProtectionProvider)

Parametry

jsRuntime
IJSRuntime

Hodnota IJSRuntime

dataProtectionProvider
IDataProtectionProvider

Hodnota IDataProtectionProvider

Platí pro