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.