다음을 통해 공유


AuthenticationStateDeserializationOptions 클래스

정의

PersistentComponentState사용하여 서버에서 클라이언트 AuthenticationState JSON 역직렬화를 구성하는 옵션을 제공합니다.

public sealed class AuthenticationStateDeserializationOptions
type AuthenticationStateDeserializationOptions = class
Public NotInheritable Class AuthenticationStateDeserializationOptions
상속
AuthenticationStateDeserializationOptions

생성자

AuthenticationStateDeserializationOptions()

PersistentComponentState사용하여 서버에서 클라이언트 AuthenticationState JSON 역직렬화를 구성하는 옵션을 제공합니다.

속성

DeserializationCallback

PersistentComponentState 사용하여 서버에서 JSON 역직렬화된 AuthenticationStateData WebAssembly 클라이언트의 AuthenticationStateProvider반환할 AuthenticationState 개체로 변환하기 위한 기본 구현입니다.

적용 대상