WebAssemblyAuthenticationServiceCollectionExtensions.AddAuthenticationStateDeserialization Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
- configure
- Action<AuthenticationStateDeserializationOptions>
Eine Aktion, die die AuthenticationStateDeserializationOptionskonfiguriert.