The Microsoft Azure Key Vault SDK for .NET allows you to build secure Azure applications that can access secrets, keys, and certificates that a encrypted at rest with hardware security modules.
This directory contains the open source subset of the .NET SDK. For documentation of the complete Azure SDK, please see the Microsoft Azure .NET Developer Center.
- Secrets
- Create, Read, Update, Delete, and Recover Secrets
- Backup and Restore Secrets
- Keys
- Create, Read, Update, Delete, and Recover Keys
- Import, Backup and Restore Keys
- Encrypt, Decrypt, Wrap, Unwrap, Sign and Verify cryptographic Key operations
- Certificates
- Create, Read, Update, Delete, and Recover Certificates
- Create, Read, Update, and Delete certificate renewal properties
- Create, Read, Update, and Delete certificate issuers
- Storage Accounts
- Add, Read, Update, and Remove Storage Accounts managed by the Key Vault
- Create, Read, Update, and Delete SAS definitions
The complete Microsoft Azure SDK can be downloaded from the Microsoft Azure Downloads Page and ships with support for building deployment packages, integrating with tooling, rich command line tooling, and more.
Please review Get started with Azure Key Vault if you are not familiar with Azure Key Vault.
For the best development experience, developers should use the official Microsoft NuGet packages for libraries. NuGet packages are regularly updated with new functionality and hotfixes.
- Microsoft Azure Subscription: To call Microsoft Azure services, you need to first create an account. Sign up for a free trial or use your MSDN subscriber benefits.
- Hosting: To host your .NET code in Microsoft Azure, you additionally need to download the full Microsoft Azure SDK for .NET - which includes packaging, emulation, and deployment tools, or use Microsoft Azure Web Sites to deploy ASP.NET web applications.
- Microsoft.Azure.KeyVault
- Microsoft.Azure.KeyVault.Core
- Microsoft.Azure.KeyVault.WebKey
- Microsoft.Azure.KeyVault.Cryptography
- Microsoft.Azure.KeyVault.Extensions
- The Key Vault SDK uses the semantic versioning scheme.
For information about the target frameworks of the Key Vault SDK, please refer to the Target Frameworks of the Microsoft Azure SDK for .NET.
The Key Vault Client Library shares the same Prerequisites as the Microsoft Azure SDK for .NET.
For information on building the Azure Key Vault SDK, please see Building the Microsoft Azure SDK for .NET.
Tests for the Azure Key Vault SDK are run in the same manner as the rest of the tests for the Azure SDK for .NET. For information please see how to run tests.
Code samples for the Azure Key Vault SDK are available on Azure Code Samples.
- Azure Key Vault General Documentation
- Azure Key Vault REST API Reference
- Azure Key Vault SDK for .NET Documentation
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.