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