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