Freigeben über


WebAssemblyAuthenticationServiceCollectionExtensions.AddAuthenticationStateDeserialization Methode

Definition

Fügt eine AuthenticationStateProvider hinzu, bei der die AuthenticationState mithilfe von AuthenticationStateData und PersistentComponentStatevom Server deserialisiert wird. Es sollte ein entsprechender Aufruf der AddAuthenticationStateSerialization aus dem Microsoft.AspNetCore.Components.WebAssembly.Server-Paket im Serverprojekt vorhanden sein.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddAuthenticationStateDeserialization (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthenticationStateDeserializationOptions>? configure = default);
static member AddAuthenticationStateDeserialization : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthenticationStateDeserializationOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddAuthenticationStateDeserialization (services As IServiceCollection, Optional configure As Action(Of AuthenticationStateDeserializationOptions) = Nothing) As IServiceCollection

Parameter

services
IServiceCollection

Die IServiceCollection, zu der die Dienste hinzugefügt werden sollen.

Gibt zurück

Gilt für: