Partager via


AuthenticationStateDeserializationOptions.DeserializationCallback Propriété

Définition

Implémentation par défaut pour convertir le AuthenticationStateData json désérialisé à partir du serveur à l’aide de PersistentComponentState en objet AuthenticationState à renvoyer par le AuthenticationStateProviderdu client WebAssembly.

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

Valeur de propriété

S’applique à