1 implementation of Unprotect
Microsoft.AspNetCore.Authentication (1)
SecureDataFormat.cs (1)
56public TData? Unprotect(string? protectedText, string? purpose)
1 reference to Unprotect
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
158var ticket = Options.TicketDataFormat.Unprotect(cookie, GetTlsTokenBinding());