3 references to BCryptGenRandomFlags
Microsoft.AspNetCore.Cryptography.Internal (3)
Cng\BCryptUtil.cs (1)
24
dwFlags:
BCryptGenRandomFlags
.BCRYPT_USE_SYSTEM_PREFERRED_RNG);
LibraryImports.g.cs (1)
560
internal static extern partial int BCryptGenRandom(nint hAlgorithm, byte* pbBuffer, uint cbBuffer, global::Microsoft.AspNetCore.Cryptography.Cng.
BCryptGenRandomFlags
dwFlags);
UnsafeNativeMethods.cs (1)
195
BCryptGenRandomFlags
dwFlags);