summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorGilles Khouzam <gillesk@microsoft.com>2015-08-21 21:15:38 (GMT)
committerBrad King <brad.king@kitware.com>2015-08-27 17:35:18 (GMT)
commitac0bb4333d13e633e26d107f288162d7d6a37b3a (patch)
tree469045dc2e7aa66efe3da92cf3b8832e1ba3dbd0 /Source/cmSystemTools.h
parent92b835ec9d17b190b13da93702f0eb416b665a48 (diff)
downloadCMake-ac0bb4333d13e633e26d107f288162d7d6a37b3a.zip
CMake-ac0bb4333d13e633e26d107f288162d7d6a37b3a.tar.gz
CMake-ac0bb4333d13e633e26d107f288162d7d6a37b3a.tar.bz2
VS: Windows Store/Phone package cert thumbprint
Add the PackageCertificateThumbprint property when there is a certificate on a WindowsStore or Phone app.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index fb58307..c12a1db 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -194,6 +194,9 @@ public:
/** Compute the md5sum of a string. */
static std::string ComputeStringMD5(const std::string& input);
+ ///! Get the SHA thumbprint for a certificate file
+ static std::string ComputeCertificateThumbprint(const std::string& source);
+
/**
* Run a single executable command
*