Asp.net
ASP.NET Core 中的 MachineKey.Protect() 等效項
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”安裝