密码术0.0.6未安装在Windows 10 UWP应用程序中

时间:2016-11-11 10:16:16

标签: c# windows cryptography uwp aes

当我尝试在NuGet pakage for Windows 10 UWP应用程序中安装Cryptography 0.0.6时,它给出了以下错误:

Cryptography 0.0.6 is not compatible with UAP,Version=v10.0.
Some packages are not compatible with UAP,Version=v10.0.
Cryptography 0.0.6 is not compatible with UAP,Version=v10.0 (win10-arm).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm).
Cryptography 0.0.6 is not compatible with UAP,Version=v10.0 (win10-arm-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
Cryptography 0.0.6 is not compatible with UAP,Version=v10.0 (win10-x64).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64).
Cryptography 0.0.6 is not compatible with UAP,Version=v10.0 (win10-x64-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
Cryptography 0.0.6 is not compatible with UAP,Version=v10.0 (win10-x86).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86).
Cryptography 0.0.6 is not compatible with UAP,Version=v10.0 (win10-x86-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).

由于我是Windows开发的新手,我想使用RijndaelManaged类进行AES加密,因此请向我提供建议。

如何在Windows UWP中安装Cryptography 0.0.6或如何使用RijndaelManaged类进行AES加密?

0 个答案:

没有答案