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'm getting an error after upgrading version 1.1.2.
System.Security.SecurityException: Data length integrity check failed
at Owin.Security.AesDataProtectorProvider.AesDataProtector.Unprotect(Byte[] protectedData)
...
The Zone of the assembly that failed was:
MyComputer
The new version runs fine on my local Windows 10 machine. However, the exception gets thrown when it is running on a Windows 2012 R2 server.
The code worked perfectly for me in both places prior to upgrading from 1.1.1 to 1.1.2.
The text was updated successfully, but these errors were encountered:
I'm getting an error after upgrading version 1.1.2.
System.Security.SecurityException: Data length integrity check failed
at Owin.Security.AesDataProtectorProvider.AesDataProtector.Unprotect(Byte[] protectedData)
...
The Zone of the assembly that failed was:
MyComputer
The new version runs fine on my local Windows 10 machine. However, the exception gets thrown when it is running on a Windows 2012 R2 server.
The code worked perfectly for me in both places prior to upgrading from 1.1.1 to 1.1.2.
The text was updated successfully, but these errors were encountered: