コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: ywangmaxmd/nhin-d
 internal extern static bool CertAddCertificateLinkToStore(
     [In] SafeCertStoreHandle hCertStore,
     [In] IntPtr pCertContext,
     [In] uint dwAddDisposition,
     [In, Out] SafeCertContextHandle ppStoreContext);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: ywangmaxmd/nhin-d
 internal static extern bool CertAddCertificateContextToStore(
     [In] SafeCertStoreHandle hCertStore,
     [In] SafeCertContextHandle pCertContext,
     [In] uint dwAddDisposition,
     [In, Out] SafeCertContextHandle ppStoreContext);