4 references to RNGCryptoServiceProvider
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
907[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RNGCryptoServiceProvider))]
netstandard (1)
netstandard.cs (1)
1911[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RNGCryptoServiceProvider))]
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoConfig.cs (1)
138Type RNGCryptoServiceProviderType = typeof(RNGCryptoServiceProvider);
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
15[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RNGCryptoServiceProvider))]