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