2 references to CryptAcquireCertificatePrivateKey
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
157if (!Interop.Crypt32.CryptAcquireCertificatePrivateKey(
System\Security\Cryptography\X509Certificates\WindowsInterop.crypt32.cs (1)
176bool result = Interop.Crypt32.CryptAcquireCertificatePrivateKey(pCert, dwFlags, pvParameters, out phCryptProvOrNCryptKey, out Interop.Crypt32.CryptKeySpec pdwKeySpecEnum, out pfCallerFreeProvOrNCryptKey);