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