2 references to LoadLibraryEx
System.Core (2)
System\Security\Cryptography\BCryptNative.cs (1)
466using (SafeLibraryHandle bcrypt = Microsoft.Win32.UnsafeNativeMethods.LoadLibraryEx("bcrypt", IntPtr.Zero, 0)) {
System\Security\Cryptography\NCryptNative.cs (1)
925using (SafeLibraryHandle ncrypt = Microsoft.Win32.UnsafeNativeMethods.LoadLibraryEx("ncrypt", IntPtr.Zero, 0)) {