3 references to GenRandom
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\BCryptUtilTests.cs (1)
32BCryptUtil.GenRandom(pBytes, (uint)sizeof(Guid));
Microsoft.AspNetCore.DataProtection (2)
Cng\BCryptGenRandomImpl.cs (1)
18BCryptUtil.GenRandom(pbBuffer, cbBuffer);
Secret.cs (1)
190BCryptUtil.GenRandom(pbBytes, (uint)numBytes);