azure-sdk-for-cpp/sdk/keyvault
Ahson Khan 65821ec115
Use size_t for buffers representing data in memory rather than int64_t. (#2285)
* Use size_t for buffers representing data in memory rather than int64_t.

* add a cast from size_t to int64_t

* Address feedback - OnRead return size_t.

* Change Read and ReadToCount to return size_t instead of int64_t.

* Update curl usage and ReadFromSocket.

* Missed one signature.

* Update changelog.

* Update transport layer to use the right size_t size.

* Fix curl use of MBS.

* Cast to size_t since that's all memory stream supprts.

* Add static casts to size_t as temporary workarounds.

* update storage tests.

* More test fixes.
2021-05-18 18:51:20 -07:00
..
azure-security-keyvault-common Explore removing use of int within header files to align with guidelines. (#2276) 2021-05-18 20:49:53 +00:00
azure-security-keyvault-keys Use size_t for buffers representing data in memory rather than int64_t. (#2285) 2021-05-18 18:51:20 -07:00
ci.yml Keyvault changelog (#2071) 2021-04-07 16:33:33 -07:00
CMakeLists.txt Add final specifier (#2237) 2021-05-10 11:57:40 -07:00
README.md Update upper/lower/other casing (#2267) 2021-05-14 12:54:16 -07: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

POSIX Platforms

Build from Source

Windows

Dependencies

Code Samples