azure-sdk-for-cpp/sdk/keyvault
Victor Vazquez fbe7d51349
Keyvault api review beta.1 updates (#2117)
* Remove to_json for jsonWebKey

* parse N

* Deserialize JWK for EC and OCT

* change log

* format

* fix live tests

* remove KeyVaultException

* Remove clientOptions from keyvault common

* use ext enum pattern

* rename JsonWebKeyType to KeyVaultKeyType

* Move singlePage base classes to shared internal

* rename maxResults

* format

* missing rename

* minor

* fix doxygen

* Make Service Version an ext enum
2021-04-15 11:53:45 -07:00
..
azure-security-keyvault-common Keyvault api review beta.1 updates (#2117) 2021-04-15 11:53:45 -07:00
azure-security-keyvault-keys Keyvault api review beta.1 updates (#2117) 2021-04-15 11:53:45 -07:00
ci.yml Keyvault changelog (#2071) 2021-04-07 16:33:33 -07: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 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 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