49 lines
1.9 KiB
Markdown
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
|