UWP: Signing and Verifying

Recently I had the joy of busting open the cryptographic documentation to figure out how to sign a file, and verify that signature. There are a lot of documentations for .NET Framework - but it's pretty damn sparse for working in UWP, and I assume .NET Core. This…