10 references to SignOutAsync
Aspire.Dashboard (1)
DashboardEndpointsBuilder.cs (1)
39await Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions.SignOutAsync(
Microsoft.AspNetCore.Identity (9)
SecurityStampValidator.cs (1)
160await SignInManager.Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme);
SignInManager.cs (8)
311await Context.SignOutAsync(AuthenticationScheme); 315await Context.SignOutAsync(IdentityConstants.ExternalScheme); 319await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 716await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 789await Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme); 862await Context.SignOutAsync(IdentityConstants.ExternalScheme); 867await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 1249await Context.SignOutAsync(IdentityConstants.ExternalScheme);