我有代码在桌面应用程序中对数据进行签名。但它不适用于 UWP,因为我不能使用这些命名空间
using System.Security.Cryptography;
using System.Security.Cryptography.Pkcs;
using System.Security.Cryptography.X509Certificates;
这是完整的源代码谢谢。
通用Windows平台中有一个新的API来执行加密。您将从Windows.Security.Cryptography.Core命名空间中找到所需的一切。