3 references to CertAddCertificateLinkToStore
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
424
if (!Interop.Crypt32.
CertAddCertificateLinkToStore
(findResults, pCertContext, Interop.Crypt32.CertStoreAddDisposition.CERT_STORE_ADD_ALWAYS, IntPtr.Zero))
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (2)
134
!Interop.Crypt32.
CertAddCertificateLinkToStore
(certStore, certContext, Interop.Crypt32.CertStoreAddDisposition.CERT_STORE_ADD_ALWAYS, IntPtr.Zero))
176
if (!Interop.Crypt32.
CertAddCertificateLinkToStore
(certStore, certContext, Interop.Crypt32.CertStoreAddDisposition.CERT_STORE_ADD_ALWAYS, IntPtr.Zero))