ICookieAuthenticationEvents.SignedIn(CookieSignedInContext) Methode

Definition

Wird aufgerufen, wenn ein Endpunkt Anmeldeinformationen bereitgestellt hat, nachdem diese in ein Cookie konvertiert wurden.

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

Parameter

context
CookieSignedInContext

Enthält Informationen zur Anmeldesitzung sowie zum Benutzer ClaimsIdentity.

Gibt zurück

Gilt für: