1 write to _genRandom
Microsoft.AspNetCore.DataProtection (1)
Managed\ManagedAuthenticatedEncryptor.cs (1)
45
_genRandom
= genRandom ?? ManagedGenRandomImpl.Instance;
2 references to _genRandom
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
345
_genRandom
.GenRandom(keyModifier);
392
_genRandom
.GenRandom(iv);