You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed .NET 4.5 compatibility mode has a different encryption/ decryption. I've added relevant code for decryption for now. You can use similar hints to add encryption compatibility for .NET 4.5 compatible auth cookies
Generated the cookie successfully using nodejs but decrypting in c# returns null:
FormsAuthenticationTicket ticket = FormsAuthentication.Decrypt(HttpContext.Current.Request.Cookies[".ASPXAUTH"].Value);
The text was updated successfully, but these errors were encountered: