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