internal extern static bool CertAddCertificateLinkToStore( [In] SafeCertStoreHandle hCertStore, [In] IntPtr pCertContext, [In] uint dwAddDisposition, [In, Out] SafeCertContextHandle ppStoreContext);
internal static extern bool CertAddCertificateContextToStore( [In] SafeCertStoreHandle hCertStore, [In] SafeCertContextHandle pCertContext, [In] uint dwAddDisposition, [In, Out] SafeCertContextHandle ppStoreContext);