Share via


RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogInSucceeded Eigenschaft

Definition

Ruft einen Ereignisrückruf ab, der mit dem gespeicherten Authentifizierungsstatus aufgerufen wird, wenn ein Anmeldevorgang erfolgreich ist, oder legt diesen fest.

public:
 property Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> OnLogInSucceeded { Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> get(); void set(Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<TAuthenticationState> OnLogInSucceeded { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnLogInSucceeded : Microsoft.AspNetCore.Components.EventCallback<'AuthenticationState (requires 'AuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState)> with get, set
Public Property OnLogInSucceeded As EventCallback(Of TAuthenticationState)

Eigenschaftswert

EventCallback<TAuthenticationState>
Attribute

Gilt für: