diff options
author | Gilles Khouzam <gillesk@microsoft.com> | 2015-08-21 21:15:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-08-27 17:35:18 (GMT) |
commit | ac0bb4333d13e633e26d107f288162d7d6a37b3a (patch) | |
tree | 469045dc2e7aa66efe3da92cf3b8832e1ba3dbd0 /Source/cmSystemTools.h | |
parent | 92b835ec9d17b190b13da93702f0eb416b665a48 (diff) | |
download | CMake-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.h | 3 |
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 * |