AspNetCore.LegacyAuthCookieCompat
AspNetCore.LegacyAuthCookieCompat copied to clipboard
Provides classes to encrypt / decrypt asp.net 2 / 3.5 / 4 and 4.5 FormsAuthenticationTickets (cookies) without relying on system.web
Hello, I receive the following exception when trying to decrypt a cookie using the default generated keys from IIS Manager: "Signature verification failed" From the UI of IIS Manager, the...
I would like to be able to instantiate two LegacyFormsAuthenticationTicketEncryptor with different algorithms, to support legacy cookies and newer cookies going forward. Suggestions for a workaround would be very welcome!...