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