1 write to _genRandom
Microsoft.AspNetCore.DataProtection (1)
Cng\CbcAuthenticatedEncryptor.cs (1)
42
_genRandom
= genRandom ?? BCryptGenRandomImpl.Instance;
1 reference to _genRandom
Microsoft.AspNetCore.DataProtection (1)
Cng\CbcAuthenticatedEncryptor.cs (1)
314
_genRandom
.GenRandom(pbKeyModifierAndIV, cbKeyModifierAndIV);