cryptui: Default to exporting in DER format.

This commit is contained in:
Juan Lang 2009-01-24 11:46:56 -08:00 committed by Alexandre Julliard
parent 53955c57fe
commit 1165146188
1 changed files with 1 additions and 1 deletions

View File

@ -6269,7 +6269,7 @@ static BOOL show_export_ui(DWORD dwFlags, HWND hwndParent,
data.pwszWizardTitle = pwszWizardTitle;
data.pExportInfo = pExportInfo;
data.contextInfo.dwSize = sizeof(data.contextInfo);
data.contextInfo.dwExportFormat = 0;
data.contextInfo.dwExportFormat = CRYPTUI_WIZ_EXPORT_FORMAT_DER;
data.contextInfo.fExportChain = FALSE;
data.contextInfo.fStrongEncryption = FALSE;
data.contextInfo.fExportPrivateKeys = FALSE;