WindowsXP/inetsrv/iis/admin/certwiz/certexportimport.h
2025-04-27 07:49:33 -04:00

6 lines
261 B
C

#include <wincrypt.h>
#include <CertCli.h>
#include <xenroll.h>
HRESULT ExportCertToFile(BSTR bstrInstanceName, BSTR FileName,BSTR Password,BOOL bPrivateKey,BOOL bCertChain);
HRESULT ImportCertFromFile(BSTR FileName, BSTR Password, BSTR bstrInstanceName);