Monday, March 25, 2024

Share cookies between dot net framework and dot net core

Since dot net framework encryption is different from that of dot net core, encrypted cookies cannot be directly shared between the two. Instead we need to create a compatible data protector as explained at 
c# - share authentication cookie between .NET Framework and .Net Core - Stack Overflow

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...