Does System.Cryptography.RNGCryptoServiceProvider use the CryptoAPI to generate random numbers?
Does anybody know which cryptographic service provider the System.Cryptography.RNGCryptoServiceProvider uses? Does the .NET Framework seed these numbers with the registry key (..\Microsoft\Cryptography\RNG)? Is there a way to get the .NET Framework to use the Intel Firmware Hub to generate entropy by default? TIA, Ben
