I'm trying to create an MD hash using the following code I found from Alireza Noori. But I cannot import both the HashAlgorithmProviders
nor the CryptographicBuffer
Classes. Even when I try to manually add them using the following packages:
using Windows.Security.Cryptography;
using Windows.Security.Cryptography.Core;
using Windows.Storage;
How come I cannot import these classes do they need to be installed?