azure-sdk-for-cpp/sdk/keyvault
Ahson Khan ff126f1eb7
Explore removing use of int within header files to align with guidelines. (#2276)
Part of https://github.com/Azure/azure-sdk-for-cpp/issues/2226

Trying to focus mainly on headers, depending on the conclusion, we'd want to make cpp file changes as well, but that can be done later.

Assuming this is the guideline we want:
https://azure.github.io/azure-sdk/cpp_implementation.html#integer-sizes

![image](https://user-images.githubusercontent.com/6527137/118341184-00d52580-b4d3-11eb-8e96-937cb5899c92.png)

Some places that we still use `int` is for things like unix file desriptor or where APIs like BIO_read from OpenSSL returns an int. Are those exceptions OK?
0b64ab3845/sdk/core/azure-core/inc/azure/core/io/body_stream.hpp (L166)
308e5363ad/sdk/core/azure-core/src/base64.cpp (L87)
2021-05-18 20:49:53 +00: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 Explore removing use of int within header files to align with guidelines. (#2276) 2021-05-18 20:49:53 +00: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