18 references to StaticRandomNumberGenerator
mscorlib (18)
system\security\cryptography\descryptoserviceprovider.cs (5)
54Utils.StaticRandomNumberGenerator.GetBytes(KeyValue); 57Utils.StaticRandomNumberGenerator.GetBytes(KeyValue); 63Utils.StaticRandomNumberGenerator.GetBytes(IVValue); 87Utils.StaticRandomNumberGenerator.GetBytes(rgbKey); 101Utils.StaticRandomNumberGenerator.GetBytes(rgbIV);
system\security\cryptography\mactripledes.cs (1)
36Utils.StaticRandomNumberGenerator.GetBytes(KeyValue);
system\security\cryptography\rc2cryptoserviceprovider.cs (4)
91Utils.StaticRandomNumberGenerator.GetBytes(KeyValue); 97Utils.StaticRandomNumberGenerator.GetBytes(IVValue); 121Utils.StaticRandomNumberGenerator.GetBytes(rgbKey); 149Utils.StaticRandomNumberGenerator.GetBytes(rgbIV);
system\security\cryptography\rfc2898derivebytes.cs (1)
71Utils.StaticRandomNumberGenerator.GetBytes(salt);
system\security\cryptography\rijndaelmanagedtransform.cs (1)
449Utils.StaticRandomNumberGenerator.GetBytes(padBytes);
system\security\cryptography\tripledescryptoserviceprovider.cs (5)
48Utils.StaticRandomNumberGenerator.GetBytes(KeyValue); 51Utils.StaticRandomNumberGenerator.GetBytes(KeyValue); 58Utils.StaticRandomNumberGenerator.GetBytes(IVValue); 83Utils.StaticRandomNumberGenerator.GetBytes(rgbKey); 97Utils.StaticRandomNumberGenerator.GetBytes(rgbIV);
system\security\cryptography\utils.cs (1)
510StaticRandomNumberGenerator.GetBytes(key);