AuthenticationStateDeserializationOptions.DeserializationCallback プロパティ

定義

PersistentComponentState を使用してサーバーから逆シリアル化された JSON AuthenticationStateData を、WebAssembly クライアントの AuthenticationStateProviderによって返される AuthenticationState オブジェクトに変換するための既定の実装。

public Func<Microsoft.AspNetCore.Components.Authorization.AuthenticationStateData?,System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState>> DeserializationCallback { get; set; }
member this.DeserializationCallback : Func<Microsoft.AspNetCore.Components.Authorization.AuthenticationStateData, System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState>> with get, set
Public Property DeserializationCallback As Func(Of AuthenticationStateData, Task(Of AuthenticationState))

プロパティ値

適用対象