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