CookieAuthenticationEvents.SignedIn(CookieSignedInContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked after sign in has completed.
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
Parameters
- context
- CookieSignedInContext