Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何在UWP中使用.p12对数据进行签名_C#_Uwp_X509certificate_Sign - Fatal编程技术网

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

C# 如何在UWP中使用.p12对数据进行签名,c#,uwp,x509certificate,sign,C#,Uwp,X509certificate,Sign,我有在桌面应用程序中签署数据的代码。 但它不适用于UWP,因为我不能使用这些名称空间 using System.Security.Cryptography; using System.Security.Cryptography.Pkcs; using System.Security.Cryptography.X509Certificates; 这已经满了 谢谢。通用windows平台中有一个新的API来执行加密。 您将从名称空间中找到所需的所有内容。当然,它不起作用。您没有任何实际的代码。请检

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

using System.Security.Cryptography;
using System.Security.Cryptography.Pkcs;
using System.Security.Cryptography.X509Certificates;
这已经满了
谢谢。

通用windows平台中有一个新的API来执行加密。
您将从名称空间中找到所需的所有内容。

当然,它不起作用。您没有任何实际的代码。请检查此项,这将有助于提高您的质量