【发布时间】:2014-11-17 18:31:03
【问题描述】:
我想在 windows phone 8.1 c# xaml 上使用 SHA 256 加密。 但我收到以下错误: 在模块 mscorlib.dll 中找不到类型 System.Security.Cryptography.HashAlgorithm
而且确实 System.Security.Cryptography 在 Windows Phone(或 Windows 8 商店)上不可用。 然而,Windows.Security.Cryptography 是可用的,但我在那里也找不到这个类。
我需要使用 SHA 256 加密吗?有没有 dll 呢?
谢谢
【问题讨论】:
标签: c# encryption windows-phone-8.1 windows-8.1 sha