2 implementations of StoreAsync
CookieSessionSample (1)
MemoryCacheTicketStore.cs (1)
20
public async Task<string>
StoreAsync
(AuthenticationTicket ticket)
Microsoft.AspNetCore.Authentication.Test (1)
CookieTests.cs (1)
156
public async Task<string>
StoreAsync
(AuthenticationTicket ticket)
1 reference to StoreAsync
Microsoft.AspNetCore.Authentication.Cookies (1)
ITicketStore.cs (1)
28
Task<string> StoreAsync(AuthenticationTicket ticket, CancellationToken cancellationToken) =>
StoreAsync
(ticket);