26 references to Context
Microsoft.AspNetCore.Identity (26)
SecurityStampValidator.cs (1)
164await SignInManager.Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme);
SignInManager.cs (25)
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); 536var result = await _passkeyHandler.MakeCreationOptionsAsync(userEntity, Context); 550var result = await _passkeyHandler.MakeRequestOptionsAsync(user, Context); 608var result = await _passkeyHandler.MakeAllAcceptedCredentialsSignalOptionsAsync(user, Context); 655var result = await _passkeyHandler.MakeCurrentUserDetailsSignalOptionsAsync(user, userEntity, Context); 687var result = await _passkeyHandler.MakeUnknownCredentialSignalOptionsAsync(credentialJson, Context); 722HttpContext = Context, 766HttpContext = Context, 865await Context.SignInAsync(IdentityConstants.TwoFactorUserIdScheme, claimsPrincipal, props); 874var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorUserIdScheme); 875await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 913var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorRememberMeScheme); 928await Context.SignInAsync(IdentityConstants.TwoFactorRememberMeScheme, 948await Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme); 1021await Context.SignOutAsync(IdentityConstants.ExternalScheme); 1026await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 1251var auth = await Context.AuthenticateAsync(IdentityConstants.ExternalScheme); 1399await Context.SignInAsync(IdentityConstants.TwoFactorUserIdScheme, StoreTwoFactorInfo(userId, loginProvider)); 1408await Context.SignOutAsync(IdentityConstants.ExternalScheme); 1428var result = await Context.AuthenticateAsync(IdentityConstants.TwoFactorUserIdScheme);