diff options
author | Jose <jose@zeroc.com> | 2016-11-07 12:01:27 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-07 12:01:27 +0100 |
commit | 2c9a7b1d54dc95c1b6307643e6fbfc89dc02607e (patch) | |
tree | 211cf29b239a4c874f838c9777b7d610c8306c67 /cpp/src/IceSSL/Util.h | |
parent | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" (diff) | |
download | ice-2c9a7b1d54dc95c1b6307643e6fbfc89dc02607e.tar.bz2 ice-2c9a7b1d54dc95c1b6307643e6fbfc89dc02607e.tar.xz ice-2c9a7b1d54dc95c1b6307643e6fbfc89dc02607e.zip |
UWP ssl improvements
Diffstat (limited to 'cpp/src/IceSSL/Util.h')
-rw-r--r-- | cpp/src/IceSSL/Util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/Util.h b/cpp/src/IceSSL/Util.h index 1ff3b12aab5..59ff813a1a8 100644 --- a/cpp/src/IceSSL/Util.h +++ b/cpp/src/IceSSL/Util.h @@ -202,6 +202,9 @@ CFArrayRef findCertificateChain(const std::string&, const std::string&, const st #elif defined(ICE_USE_SCHANNEL) std::vector<PCCERT_CONTEXT> findCertificates(const std::string&, const std::string&, const std::string&, std::vector<HCERTSTORE>&); +#elif defined(ICE_OS_WINRT) +Windows::Foundation::Collections::IVectorView<Windows::Security::Cryptography::Certificates::Certificate^>^ +findCertificates(const std::string&, const std::string&); #endif // |