ICookieAuthenticationEvents.SigningIn(CookieSigningInContext) 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.
Called when an endpoint has provided sign in information before it is converted into a cookie. By implementing this method the claims and extra information that go into the ticket may be altered.
public:
System::Threading::Tasks::Task ^ SigningIn(Microsoft::AspNetCore::Authentication::Cookies::CookieSigningInContext ^ context);
public System.Threading.Tasks.Task SigningIn (Microsoft.AspNetCore.Authentication.Cookies.CookieSigningInContext context);
abstract member SigningIn : Microsoft.AspNetCore.Authentication.Cookies.CookieSigningInContext -> System.Threading.Tasks.Task
Public Function SigningIn (context As CookieSigningInContext) As Task
Parameters
- context
- CookieSigningInContext
Contains information about the login session as well as the user ClaimsIdentity.