21 references to SignOutAsync
Aspire.Dashboard (1)
DashboardEndpointsBuilder.cs (1)
39await Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions.SignOutAsync(
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
DeviceBoundSessionCookieEvents.cs (2)
119await httpContext.SignOutAsync(options.SessionScheme); 124await httpContext.SignOutAsync(options.RefreshScheme);
DeviceBoundSessionHandler.cs (1)
163await Context.SignOutAsync(Options.RegistrationSourceScheme);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
205await Context.SignOutAsync(Options.SignOutScheme);
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
496await Context.SignOutAsync(Options.SignOutScheme);
Microsoft.AspNetCore.Identity (9)
SecurityStampValidator.cs (1)
160await SignInManager.Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme);
SignInManager.cs (8)
315await Context.SignOutAsync(AuthenticationScheme); 319await Context.SignOutAsync(IdentityConstants.ExternalScheme); 323await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 720await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 793await Context.SignOutAsync(IdentityConstants.TwoFactorRememberMeScheme); 866await Context.SignOutAsync(IdentityConstants.ExternalScheme); 871await Context.SignOutAsync(IdentityConstants.TwoFactorUserIdScheme); 1253await Context.SignOutAsync(IdentityConstants.ExternalScheme);
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
113await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme);
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (2)
130await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme); 161await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme);
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
113await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme);
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (2)
130await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme); 161await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme);