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