2 references to CertDuplicateCertificateContext
System.Windows.Extensions (2)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCertContextHandle.cs (1)
81return CertDuplicateCertificateContext(handle);
System\Security\Cryptography\X509Certificates\X509Utils.cs (1)
16SafeCertContextHandle safeCertContext = Interop.Crypt32.CertDuplicateCertificateContext(certificate.Handle);