Freigeben über


AuthenticationStateDeserializationOptions.DeserializationCallback Eigenschaft

Definition

Standardimplementierung zum Konvertieren der AuthenticationStateData, die JSON deserialisiert wurde vom Server mithilfe von PersistentComponentState in ein AuthenticationState-Objekt, das vom AuthenticationStateProviderdes WebAssembly-Clients zurückgegeben werden soll.

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))

Eigenschaftswert

Gilt für: