azure-sdk-for-cpp/sdk/keyvault
Victor Vazquez a5bc8fe0ef
Adding GetDeletedKey (#1907)
* Adding GetDeletedKey
2021-03-17 18:15:35 +00:00
..
azure-security-keyvault-common Rename header files to match the namespace structure for things nested within Azure::Core. (#1879) 2021-03-11 16:22:37 -08:00
azure-security-keyvault-keys Adding GetDeletedKey (#1907) 2021-03-17 18:15:35 +00:00
ci.yml Enable keyvault live tests (#1496) 2021-01-27 23:21:11 +00:00
CMakeLists.txt Feature/keyvault - GetKey + KeyVaultCommon (#1383) 2021-01-15 16:50:44 -08:00
README.md Feature/keyvault - GetKey + KeyVaultCommon (#1383) 2021-01-15 16:50:44 -08:00
test-resources.json Keyvault create keys overloads createKey for RSA, EC and Oct (#1726) 2021-03-02 15:48:54 -08:00

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.

For general suggestions about Azure, use our Azure feedback forum.

Download & Install

Install Dependencies

Windows

Unix Platforms

Build from Source

Windows

Dependencies

Code Samples