dazinator / AspNetCore.LegacyAuthCookieCompat

Provides classes to encrypt / decrypt asp.net 2 / 3.5 / 4 and 4.5 FormsAuthenticationTickets (cookies) without relying on system.web
MIT License
74 stars 18 forks source link

Changing the exception type #24

Closed manu-thomas-87 closed 4 years ago

manu-thomas-87 commented 4 years ago

Throw the CryptographicException if signature verification failed

dazinator commented 4 years ago

Thank you for the PR