23 references to Context
Microsoft.AspNetCore.Identity (23)
SecurityStampValidator.cs (1)
164await SignInManager.Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme);
SignInManager.cs (22)
198var auth = await Context.AuthenticateAsync(AuthenticationScheme); 292await Context.SignInAsync(AuthenticationScheme, 297Context.User = userPrincipal; 315await Context.SignOutAsync(AuthenticationScheme); 319await Context.SignOutAsync(IdentityConstants.ExternalScheme); 323await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 531var result = await _passkeyHandler.MakeCreationOptionsAsync(userEntity, Context); 545var result = await _passkeyHandler.MakeRequestOptionsAsync(user, Context); 581HttpContext = Context, 625HttpContext = Context, 724await Context.SignInAsync(IdentityConstants.TwoFactorUserIdScheme, claimsPrincipal, props); 733var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorUserIdScheme); 734await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 772var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorRememberMeScheme); 787await Context.SignInAsync(IdentityConstants.TwoFactorRememberMeScheme, 807await Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme); 880await Context.SignOutAsync(IdentityConstants.ExternalScheme); 885await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 1110var auth = await Context.AuthenticateAsync(IdentityConstants.ExternalScheme); 1258await Context.SignInAsync(IdentityConstants.TwoFactorUserIdScheme, StoreTwoFactorInfo(userId, loginProvider)); 1267await Context.SignOutAsync(IdentityConstants.ExternalScheme); 1287var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorUserIdScheme);