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