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