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

속성 값

적용 대상