RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogOutSucceeded Proprietà

Definizione

Ottiene o imposta un callback di evento che verrà richiamato con lo stato di autenticazione archiviato quando un'operazione di disconnesso ha esito positivo.

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)

Valore della proprietà

EventCallback<TAuthenticationState>
Attributi

Si applica a