コード例 #1
0
 internal static extern bool PFXExportCertStoreEx(
     SafeCertStoreHandle certificateStoreHandle,
     ref CRYPTOAPI_BLOB pfxBlob,
     IntPtr password,
     IntPtr reserved,
     uint flags);
コード例 #2
0
ファイル: X509Native.cs プロジェクト: hookttg/opc-ua-client
 internal static extern bool PFXExportCertStoreEx(
     SafeCertStoreHandle certificateStoreHandle,
     ref CRYPTOAPI_BLOB pfxBlob,
     IntPtr password,
     IntPtr reserved,
     uint flags);
コード例 #3
0
 internal static extern bool CertAddCertificateContextToStore(
     SafeCertStoreHandle certificateStoreHandle,
     SafeCertContextHandle certificateContext,
     uint addDisposition,
     out SafeCertContextHandle storeContextPtr);
コード例 #4
0
ファイル: X509Native.cs プロジェクト: hookttg/opc-ua-client
 internal static extern bool CertAddCertificateContextToStore(
     SafeCertStoreHandle certificateStoreHandle,
     SafeCertContextHandle certificateContext,
     uint addDisposition,
     out SafeCertContextHandle storeContextPtr);