3 references to GetLibHandle
Microsoft.AspNetCore.Cryptography.Internal (3)
UnsafeNativeMethods.cs (3)
455
private static SafeLibraryHandle GetBCryptLibHandle() =>
GetLibHandle
(BCRYPT_LIB, ref _lazyBCryptLibHandle);
456
private static SafeLibraryHandle GetCrypt32LibHandle() =>
GetLibHandle
(CRYPT32_LIB, ref _lazyCrypt32LibHandle);
457
private static SafeLibraryHandle GetNCryptLibHandle() =>
GetLibHandle
(NCRYPT_LIB, ref _lazyNCryptLibHandle);