3 references to
mscorlib (3)
system\security\cryptography\rngcryptoserviceprovider.cs (3)
43public RNGCryptoServiceProvider() : this((CspParameters) null) {} 49public RNGCryptoServiceProvider(string str) : this((CspParameters) null) {} 51public RNGCryptoServiceProvider(byte[] rgb) : this((CspParameters) null) {}