当我尝试在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加密?