CookieAuthenticationEvents.SignedIn(CookieSignedInContext) Methode

Definition

Wird aufgerufen, nachdem die Anmeldung abgeschlossen ist.

public:
 virtual System::Threading::Tasks::Task ^ SignedIn(Microsoft::AspNetCore::Authentication::Cookies::CookieSignedInContext ^ context);
public virtual System.Threading.Tasks.Task SignedIn (Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext context);
abstract member SignedIn : Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext -> System.Threading.Tasks.Task
override this.SignedIn : Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext -> System.Threading.Tasks.Task
Public Overridable Function SignedIn (context As CookieSignedInContext) As Task

Parameter

Gibt zurück

Implementiert

Gilt für: