2 implementations of RemoveAsync
CookieSessionSample (1)
MemoryCacheTicketStore.cs (1)
50public Task RemoveAsync(string key)
Microsoft.AspNetCore.Authentication.Test (1)
CookieTests.cs (1)
178public Task RemoveAsync(string key)
1 reference to RemoveAsync
Microsoft.AspNetCore.Authentication.Cookies (1)
ITicketStore.cs (1)
103Task RemoveAsync(string key, CancellationToken cancellationToken) => RemoveAsync(key);