标签: asp.net encryption owin asp.net-identity-2
如何使用System.Security.Cryptography解密ASP.NET Identity2 OWIN cookie?
System.Security.Cryptography
我尝试了ProtectedData.Unprotect(),但事实证明它不会考虑OWIN中间件。我知道我可以使用System.Web.Security.MachineKey.Unprotect(),但我非常希望将System.Web.Security退出项目并使用System.Security。
ProtectedData.Unprotect()
System.Web.Security.MachineKey.Unprotect()
System.Web.Security