-2

I have codes to sign data in desktop app. But it don't work with UWP because I can't use these namespace

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

This is full source code Thank you.

Dat Dat
  • 1
  • 1

1 Answers1

0

There is a new API in the universal windows platform to perform cryptography. You will find all you need from the Windows.Security.Cryptography.Core namespace.

Vincent
  • 3,656
  • 1
  • 23
  • 32