3 implementations of SignOutAsync
Microsoft.AspNetCore.Authentication (1)
SignOutAuthenticationHandler.cs (1)
37public virtual Task SignOutAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
213public virtual async Task SignOutAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
411public virtual async Task SignOutAsync(AuthenticationProperties? properties)
1 reference to SignOutAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
215await signOutHandler.SignOutAsync(properties);