Skip to main content
Microsoft.Azure.KeyVault package icon

Microsoft.Azure.KeyVault

Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory. Key Vault now supports certificates, a complex type that makes use of existing key and secret infrastructure for certificate operations. KV certificates also support notification and auto-renewal as well as other management features.

Total Downloads
205.8M
205,805,090
Published
Jun 28, 2018
Latest stable version

Install

.NET CLI
dotnet add package Microsoft.Azure.KeyVault --version 3.0.0
Package Manager Console
Install-Package Microsoft.Azure.KeyVault -Version 3.0.0
PackageReference
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.0" />

Frameworks

.NETFramework4.5.2 .NETStandard1.4

Dependencies

[3.0.0, )
[3.3.12, 4.0.0)
[2.3.11, 3.0.0)
Newtonsoft.Json
.NETFramework4.5.2
[6.0.8, )
[3.0.0, )
NETStandard.Library
.NETStandard1.4
[1.6.1, )
[3.3.12, 4.0.0)
[2.3.11, 3.0.0)
System.Net.Http
.NETStandard1.4
[4.3.0, )
Newtonsoft.Json
.NETStandard1.4
[9.0.1, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

NuGet marks this package as deprecated and points to Azure.Security.KeyVault.Certificates as an alternative.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.