다음을 통해 공유


ProtectedLocalStorage(IJSRuntime, IDataProtectionProvider) 생성자

정의

의 instance 생성합니다ProtectedLocalStorage.

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

매개 변수

적용 대상