Searched defs:pszRootCert (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp524 const char *pszRootCert = NULL; local
544 if (pszRootCert)
547 pszRootCert);
548 pszRootCert = ValueUnion.psz;
555 pszRootCert);
569 if ( pszRootCert
570 && !removeCertFromStoreByFile(CERT_SYSTEM_STORE_LOCAL_MACHINE, "Root", pszRootCert))
577 if (pszRootCert)
578 RTMsgInfo("Successfully removed '%s' as root and '%s' as trusted publisher", pszRootCert, pszTrustedCert);
599 const char *pszRootCert local
[all...]

Completed in 44 milliseconds