如何在 UWP 中使用 .p12 对数据进行签名



我有代码在桌面应用程序中对数据进行签名。但它不适用于 UWP,因为我不能使用这些命名空间

using System.Security.Cryptography;
using System.Security.Cryptography.Pkcs;
using System.Security.Cryptography.X509Certificates;

这是完整的源代码谢谢。

通用Windows平台中有一个新的API来执行加密。您将从Windows.Security.Cryptography.Core命名空间中找到所需的一切。

相关内容

  • 没有找到相关文章

最新更新