RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogOutSucceeded Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un rappel d’événement qui sera appelé avec l’état d’authentification stocké lorsqu’une opération de déconnexion réussit.
public:
property Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> OnLogOutSucceeded { Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> get(); void set(Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<TAuthenticationState> OnLogOutSucceeded { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnLogOutSucceeded : Microsoft.AspNetCore.Components.EventCallback<'AuthenticationState (requires 'AuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState)> with get, set
Public Property OnLogOutSucceeded As EventCallback(Of TAuthenticationState)
Valeur de propriété
EventCallback<TAuthenticationState>
- Attributs