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