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);