CookieAuthenticationEvents.OnSignedIn Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé une fois la connexion terminée.
public:
property Func<Microsoft::AspNetCore::Authentication::Cookies::CookieSignedInContext ^, System::Threading::Tasks::Task ^> ^ OnSignedIn { Func<Microsoft::AspNetCore::Authentication::Cookies::CookieSignedInContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::Cookies::CookieSignedInContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext,System.Threading.Tasks.Task> OnSignedIn { get; set; }
member this.OnSignedIn : Func<Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext, System.Threading.Tasks.Task> with get, set
Public Property OnSignedIn As Func(Of CookieSignedInContext, Task)