3 references to GetTlsTokenBinding
Microsoft.AspNetCore.Authentication.Cookies (3)
CookieAuthenticationHandler.cs (3)
159var ticket = Options.TicketDataFormat.Unprotect(cookie, GetTlsTokenBinding()); 273var cookieValue = Options.TicketDataFormat.Protect(ticket, GetTlsTokenBinding()); 357var cookieValue = Options.TicketDataFormat.Protect(ticket, GetTlsTokenBinding());