Asp.net

ASP.NET Core 中的 MachineKey.Protect() 等效項

  • November 18, 2019

ASP.NET Core中的MachineKey.Protect()和等價物是什麼(如果有的話)MachineKey.Unprotect()

新的數據保護 api 是您正在尋找的https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/

您可以從以下網址https://www.nuget.org/packages/SFSecurity/1.0.0#使用此 nuget 包

或直接通過命令“Install-Package SFSecurity -Version 1.0.0”安裝

引用自:https://stackoverflow.com/questions/44397477