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