So apparently there is the System.Security.Cryptography.RNGCryptoServiceProvider
class available in .NET
. But it's my understanding (I'm new to windows phone 8 development) that I can't access that function from c++/cx... or can I?
I've not been able to find any other function/class in the Windows Phone API that I might use. What am I missing?