Has anyone used PCLCrypto with Xamarin.Mac?
I am getting NotImplementedException when I call any of the methods.
Is there any restriction on using PCL in Xamarin.Mac?
using PCLCrypto;
using PCLCrypto.WinRTCrypto;
var mac = MacAlgorithmProvider.OpenAlgorithm(MacAlgorithm.HmacSha1);
Unhandled Exception:
System.NotImplementedException: Not implemented in reference assembly.
at PCLCrypto.WinRTCrypto.get_MacAlgorithmProvider () [0x00000] in :0