AspNetCore.LegacyAuthCookieCompat icon indicating copy to clipboard operation
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

Results 2 AspNetCore.LegacyAuthCookieCompat issues
Sort by recently updated
recently updated
newest added

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...

help wanted
question

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!...