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