Part of https://github.com/Azure/azure-sdk-for-cpp/issues/2226 Trying to focus mainly on headers, depending on the conclusion, we'd want to make cpp file changes as well, but that can be done later. Assuming this is the guideline we want: https://azure.github.io/azure-sdk/cpp_implementation.html#integer-sizes  Some places that we still use `int` is for things like unix file desriptor or where APIs like BIO_read from OpenSSL returns an int. Are those exceptions OK? |
||
|---|---|---|
| .. | ||
| azure-security-keyvault-common | ||
| azure-security-keyvault-keys | ||
| ci.yml | ||
| CMakeLists.txt | ||
| README.md | ||
| test-resources.json | ||
Azure Key Vault Client Library for C++
The Azure Key Vault Client Library for C++ allows you to build applications against Microsoft Azure Key Vault. For an overview of Azure Key Vault, see Introduction to Microsoft Azure Key Vault.
Features
- Keys
- Get/Create/Delete Keys
Getting started
...
Requirements
To call Azure services, you must first have an Azure subscription. Sign up for a free trial or use your MSDN subscriber benefits.
Need Help?
Be sure to check out the Azure Key Vault Forum on MSDN if you need help, or use StackOverflow.
Collaborate & Contribute
We gladly accept community contributions.
- Issues: Report bugs on the Issues page in GitHub. Ideally, please add an "[Key Vault]" prefix to the title for easier categorizing.
- Forums: Communicate with the Azure Key Vault development team on the Azure Key Vault Forum or StackOverflow.
- Source Code Contributions: Please follow the contribution guidelines for Azure open source for instructions about contributing to the source project.
For general suggestions about Azure, use our Azure feedback forum.