我正在尝试将System.Security.Cryptography添加到Visual Studio2017项目中。它是一个Windows窗体项目。
我的解决方案有两个项目。我正在尝试将System.Security.Cryptography添加到一个项目中,但在引用管理器中找不到它。
右键单击项目> Add > Reference。然后我转到COM >类型库。但我在那里找不到它。
在依赖项下,我可以看到我正在使用NETStandard.Library。我是否需要为System.Security.Cryptography使用不同的库?还是我做错了什么?
发布于 2020-07-29 00:32:56
我可以通过在visual studio中通过nuget包管理器安装system.security.dll来将System.Security.Cryptography.protecteddata添加到我的项目中,它还可以将system.security.cryptography添加到项目中
https://stackoverflow.com/questions/58121619
复制相似问题