[DllImport("Crypt32.dll", SetLastError = true)] public static extern bool PFXExportCertStore2( IntPtr hStore, ref CRYPT_DATA_BLOB pPFX, string szPassword, uint dwFlags );
Last updated 1 year ago