23 references to Context
Microsoft.AspNetCore.Identity (23)
SecurityStampValidator.cs (1)
160await SignInManager.Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme);
SignInManager.cs (22)
194var auth = await Context.AuthenticateAsync(AuthenticationScheme); 288await Context.SignInAsync(AuthenticationScheme, 293Context.User = userPrincipal; 311await Context.SignOutAsync(AuthenticationScheme); 315await Context.SignOutAsync(IdentityConstants.ExternalScheme); 319await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 527var result = await _passkeyHandler.MakeCreationOptionsAsync(userEntity, Context); 541var result = await _passkeyHandler.MakeRequestOptionsAsync(user, Context); 577HttpContext = Context, 621HttpContext = Context, 706await Context.SignInAsync(IdentityConstants.TwoFactorUserIdScheme, claimsPrincipal, props); 715var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorUserIdScheme); 716await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 754var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorRememberMeScheme); 769await Context.SignInAsync(IdentityConstants.TwoFactorRememberMeScheme, 789await Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme); 862await Context.SignOutAsync(IdentityConstants.ExternalScheme); 867await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 1092var auth = await Context.AuthenticateAsync(IdentityConstants.ExternalScheme); 1240await Context.SignInAsync(IdentityConstants.TwoFactorUserIdScheme, StoreTwoFactorInfo(userId, loginProvider)); 1249await Context.SignOutAsync(IdentityConstants.ExternalScheme); 1269var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorUserIdScheme);