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