다음을 통해 공유


WebAssemblyRazorComponentsBuilderExtensions.AddAuthenticationStateSerialization 메서드

정의

클라이언트 프로젝트의 Microsoft.AspNetCore.Components.WebAssembly.Authentication 패키지에서 AddAuthenticationStateDeserialization을 호출하여 추가할 수 있는 역직렬화 클라이언트 쪽 AuthenticationStateProvider 통해 대화형 WebAssembly 구성 요소에서 사용하기 위해 PersistentComponentState 사용하여 서버 쪽 AuthenticationStateProvider 반환된 AuthenticationState 직렬화합니다.

public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder AddAuthenticationStateSerialization (this Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder builder, Action<Microsoft.AspNetCore.Components.WebAssembly.Server.AuthenticationStateSerializationOptions>? configure = default);
static member AddAuthenticationStateSerialization : Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder * Action<Microsoft.AspNetCore.Components.WebAssembly.Server.AuthenticationStateSerializationOptions> -> Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder
<Extension()>
Public Function AddAuthenticationStateSerialization (builder As IRazorComponentsBuilder, Optional configure As Action(Of AuthenticationStateSerializationOptions) = Nothing) As IRazorComponentsBuilder

매개 변수

configure
Action<AuthenticationStateSerializationOptions>

AuthenticationStateserialization을 사용자 지정하는 콜백입니다.

반환

구성을 추가로 사용자 지정하는 데 사용할 수 있는 IRazorComponentsBuilder.

적용 대상