18 references to SignOutAsync
Aspire.Dashboard (1)
DashboardEndpointsBuilder.cs (1)
38
await Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions.
SignOutAsync
(
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
209
await Context.
SignOutAsync
(Options.SignOutScheme);
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
496
await Context.
SignOutAsync
(Options.SignOutScheme);
Microsoft.AspNetCore.Identity (9)
SecurityStampValidator.cs (1)
164
await SignInManager.Context.
SignOutAsync
(IdentityConstants.TwoFactorRememberMeScheme);
SignInManager.cs (8)
320
await Context.
SignOutAsync
(AuthenticationScheme);
324
await Context.
SignOutAsync
(IdentityConstants.ExternalScheme);
328
await Context.
SignOutAsync
(IdentityConstants.TwoFactorUserIdScheme);
941
await Context.
SignOutAsync
(IdentityConstants.TwoFactorUserIdScheme);
1014
await Context.
SignOutAsync
(IdentityConstants.TwoFactorRememberMeScheme);
1087
await Context.
SignOutAsync
(IdentityConstants.ExternalScheme);
1092
await Context.
SignOutAsync
(IdentityConstants.TwoFactorUserIdScheme);
1479
await Context.
SignOutAsync
(IdentityConstants.ExternalScheme);
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
113
await HttpContext.
SignOutAsync
(IdentityConstants.ExternalScheme);
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (2)
130
await HttpContext.
SignOutAsync
(IdentityConstants.ExternalScheme);
161
await HttpContext.
SignOutAsync
(IdentityConstants.ExternalScheme);
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
113
await HttpContext.
SignOutAsync
(IdentityConstants.ExternalScheme);
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (2)
130
await HttpContext.
SignOutAsync
(IdentityConstants.ExternalScheme);
161
await HttpContext.
SignOutAsync
(IdentityConstants.ExternalScheme);