B
Brian Pittman
I am getting the following error:
System.Security.Cryptography.CryptographicException: Bad Data.
It is happening when I try to decrypt the cookie using forms authentication
in this line of code;
FormsAuthentication.Decrypt(Context.Request.Cookies["roles"].Value);
Has anyone encountered this before, I would this be resolved. It only
started happening today?
Thanks
System.Security.Cryptography.CryptographicException: Bad Data.
It is happening when I try to decrypt the cookie using forms authentication
in this line of code;
FormsAuthentication.Decrypt(Context.Request.Cookies["roles"].Value);
Has anyone encountered this before, I would this be resolved. It only
started happening today?
Thanks