1 implementation of GenRandom
Microsoft.AspNetCore.DataProtection (1)
Managed\ManagedGenRandomImpl.cs (1)
21public void GenRandom(Span<byte> target) => RandomNumberGenerator.Fill(target);
2 references to GenRandom
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
345_genRandom.GenRandom(keyModifier); 392_genRandom.GenRandom(iv);