CookieAuthenticationEvents.OnSignedIn Property

Definition

Invoked after sign in has completed.

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)

Property Value

Applies to