我正在关注THIS文章,以便在应用中存储安全数据。但是当我使用ProtectedData类时,我得到了这个错误:
The name 'ProtectedData' does not exist in the current context
搜索找到的THIS问题,说明我需要添加对System.Security.dll
的引用才能使其正常运行。
我是Windows Phone / C#/ Visual的新手。如何添加该引用?
由于
答案 0 :(得分:-1)
来自MSDN https://msdn.microsoft.com/en-us/library/hh708954.aspx
在C#或Visual Basic项目中添加引用
- 在菜单栏上,选择“文件”,“打开”。
- 导航到您的解决方案或项目。
- 在Solution Explorer中,打开项目节点的快捷菜单,然后选择Add Reference。
- 指定要添加的引用,然后选择“确定”按钮。
醇>
您将在Assemblies下找到System.Security - >框架。然后你必须在你的班级中添加一个using语句