Searched refs:pszTrustedCert (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp525 const char *pszTrustedCert = NULL; local
552 if (pszTrustedCert)
556 pszTrustedCert = ValueUnion.psz;
563 if (!pszTrustedCert)
572 if (!removeCertFromStoreByFile(CERT_SYSTEM_STORE_LOCAL_MACHINE, "TrustedPublisher", pszTrustedCert))
578 RTMsgInfo("Successfully removed '%s' as root and '%s' as trusted publisher", pszRootCert, pszTrustedCert);
580 RTMsgInfo("Successfully removed '%s' as trusted publisher", pszTrustedCert);
600 const char *pszTrustedCert = NULL; local
627 if (pszTrustedCert)
630 pszTrustedCert);
[all...]

Completed in 118 milliseconds