5 references to CertDuplicateCertificateContext
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCertContextHandle.cs (1)
81
return
CertDuplicateCertificateContext
(handle);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCertContextHandleWithKeyContainerDeletion.cs (1)
18
using (SafeCertContextHandle certContext = Interop.Crypt32.
CertDuplicateCertificateContext
(handle))
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
180
return Interop.Crypt32.
CertDuplicateCertificateContext
(handle.DangerousGetHandle());
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (2)
24
SafeCertContextHandle safeCertContextHandle = Interop.Crypt32.
CertDuplicateCertificateContext
(handle);
490
return Interop.Crypt32.
CertDuplicateCertificateContext
((IntPtr)certContext);