1 implementation of GenRandom
Microsoft.AspNetCore.DataProtection (1)
Managed\ManagedGenRandomImpl.cs (1)
21
public 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);