13 implementations of SignOutAsync
Microsoft.AspNetCore.Authentication (1)
SignOutAuthenticationHandler.cs (1)
37public virtual Task SignOutAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.Core.Test (6)
AuthenticationSchemeProviderTests.cs (2)
286public Task SignOutAsync(AuthenticationProperties? properties) 294public Task SignOutAsync(AuthenticationProperties? properties)
AuthenticationServiceTests.cs (4)
307public Task SignOutAsync(AuthenticationProperties? properties) 335public Task SignOutAsync(AuthenticationProperties? properties) 373public Task SignOutAsync(AuthenticationProperties? properties) 411public Task SignOutAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
208public virtual async Task SignOutAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.Test (4)
PolicyTests.cs (2)
404public Task SignOutAsync(AuthenticationProperties properties) 454public Task SignOutAsync(AuthenticationProperties properties)
TestHandlers.cs (2)
51public Task SignOutAsync(AuthenticationProperties properties) 101public 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)
236await signOutHandler.SignOutAsync(properties);