azure-sdk-for-cpp/sdk/keyvault
George Arama 7da78d4cc9
Setup secrets boilerplate code from templates (#2650)
* Progress stream reader

* format

* Update sdk/core/azure-core/src/io/body_stream.cpp

Co-authored-by: JinmingHu <jinmhu@microsoft.com>

* PR comments

* fix doc warnings

* remove

* one more comment

* replaced if null with azure_assert

* moved from pointer to reference

* first pass

* src builds

* new line

* huzaaaaa

* readme

* formatting

* build break url

* put proper link

* darn link

* comments from PR

* update to use gtest_main

Co-authored-by: JinmingHu <jinmhu@microsoft.com>
2021-07-21 14:13:19 -07:00
..
azure-security-keyvault-common Update CL version for key vault for the beta release (#2646) 2021-07-20 09:50:25 -07:00
azure-security-keyvault-keys Setup secrets boilerplate code from templates (#2650) 2021-07-21 14:13:19 -07:00
azure-security-keyvault-secrets Setup secrets boilerplate code from templates (#2650) 2021-07-21 14:13:19 -07:00
ci.yml Rename KeyVaultPipeline to KeyVaultProtocolClient and make it an impl detail (move it to _detail) within the keys package instead of common (#2618) 2021-07-14 12:42:13 -07:00
CMakeLists.txt Setup secrets boilerplate code from templates (#2650) 2021-07-21 14:13:19 -07:00
README.md Keyvault readme update (#2350) 2021-05-28 06:52:52 +00:00
test-resources.json Add a forward slash at the end of the key vault URL to match what the portal returns. (#2017) 2021-04-01 01:21:50 -07:00

Azure Key Vault Client Librares for C++

The Azure Key Vault Client Libraries for C++ allows you to build applications against Microsoft Azure Key Vault services like Keys, Certificates and Secrets. For an overview of Azure Key Vault, see Introduction to Microsoft Azure Key Vault.

Latest release

Find the latest Key Vault client for C++ releases here.