azure-sdk-for-cpp/sdk/keyvault/README.md
Victor Vazquez 80357ab69d
Feature/keyvault - GetKey + KeyVaultCommon (#1383)
* add cmake project for keyvault keys (#1081)
2021-01-15 16:50:44 -08:00

49 lines
1.9 KiB
Markdown

# 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](https://docs.microsoft.com/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](https://azure.microsoft.com/pricing/free-trial/) or use your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/).
## Need Help?
Be sure to check out the [Azure Key Vault Forum](https://social.msdn.microsoft.com/Forums/azure/home?forum=keyvault) on MSDN if you need help, or use [StackOverflow](https://stackoverflow.com/questions/tagged/azure).
## Collaborate & Contribute
We gladly accept community contributions.
- **Issues:** Report bugs on the [Issues page](https://github.com/Azure/azure-sdk-for-cpp/issues) 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](https://social.msdn.microsoft.com/Forums/azure/home?forum=keyvaulthome) or [StackOverflow](https://stackoverflow.com/questions/tagged/azure).
- **Source Code Contributions:** Please follow the [contribution guidelines for Azure open source](https://azure.github.io/azure-sdk/cpp_introduction.html) for instructions about contributing to the source project.
For general suggestions about Azure, use our [Azure feedback forum](https://feedback.azure.com/forums/34192--general-feedback).
## Download & Install
### Install Dependencies
#### Windows
#### Unix Platforms
### Build from Source
#### Windows
## Dependencies
- [Azure Core SDK](https://github.com/Azure/azure-sdk-for-cpp/blob/master/README.md)
## Code Samples