3 references to SafeLibraryHandle
System.Core (3)
Microsoft\Win32\UnsafeNativeMethods.cs (1)
282
internal static extern
SafeLibraryHandle
LoadLibraryEx(string libFilename, IntPtr reserved, int flags);
System\Security\Cryptography\BCryptNative.cs (1)
466
using (
SafeLibraryHandle
bcrypt = Microsoft.Win32.UnsafeNativeMethods.LoadLibraryEx("bcrypt", IntPtr.Zero, 0)) {
System\Security\Cryptography\NCryptNative.cs (1)
925
using (
SafeLibraryHandle
ncrypt = Microsoft.Win32.UnsafeNativeMethods.LoadLibraryEx("ncrypt", IntPtr.Zero, 0)) {