2 overrides of HandleSignOutAsync
Microsoft.AspNetCore.Authentication (1)
PolicySchemeHandler.cs (1)
49protected override Task HandleSignOutAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
381protected override async Task HandleSignOutAsync(AuthenticationProperties? properties)
1 reference to HandleSignOutAsync
Microsoft.AspNetCore.Authentication (1)
SignOutAuthenticationHandler.cs (1)
42: HandleSignOutAsync(properties ?? new AuthenticationProperties());