ICookieAuthenticationEvents.SignedIn(CookieSignedInContext) Metodo

Definizione

Chiamato quando un endpoint ha fornito le informazioni di accesso dopo che è stato convertito in un cookie.

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

Parametri

context
CookieSignedInContext

Contiene informazioni sulla sessione di accesso e sull'utente ClaimsIdentity.

Restituisce

Si applica a