2 references to RemoveAsync
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (2)
188await Options.SessionStore.RemoveAsync(_sessionKey!, Context, Context.RequestAborted); 393await Options.SessionStore.RemoveAsync(_sessionKey, Context, Context.RequestAborted);