Microsoft.Azure.KeyVault
2.3.2
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.
Install-Package Microsoft.Azure.KeyVault -Version 2.3.2
dotnet add package Microsoft.Azure.KeyVault --version 2.3.2
<PackageReference Include="Microsoft.Azure.KeyVault" Version="2.3.2" />
paket add Microsoft.Azure.KeyVault --version 2.3.2
#r "nuget: Microsoft.Azure.KeyVault, 2.3.2"
// Install Microsoft.Azure.KeyVault as a Cake Addin
#addin nuget:?package=Microsoft.Azure.KeyVault&version=2.3.2
// Install Microsoft.Azure.KeyVault as a Cake Tool
#tool nuget:?package=Microsoft.Azure.KeyVault&version=2.3.2
Release Notes
This is a preview release of the Azure Key Vault .NET SDK, based on version 2016-10-01 of the Azure Key Vault REST API. For migration guide from version 1.0, please visit https://azure.microsoft.com/en-us/documentation/articles/key-vault-dotnet2api-release-notes/.
Dependencies
-
.NETFramework 4.5.2
- Microsoft.Azure.KeyVault.WebKey (>= 2.0.7)
- Microsoft.Rest.ClientRuntime (>= 2.3.8 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.7 && < 4.0.0)
- Newtonsoft.Json (>= 6.0.8)
-
.NETStandard 1.4
- Microsoft.Azure.KeyVault.WebKey (>= 2.0.7)
- Microsoft.Rest.ClientRuntime (>= 2.3.8 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.7 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Net.Http (>= 4.3.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.Azure.KeyVault:
| Package | Downloads |
|---|---|
|
Microsoft.Extensions.Configuration.AzureKeyVault
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
|
|
|
NuGet.Services.KeyVault
Key vault access for NuGet services
|
|
|
Microsoft.AspNetCore.DataProtection.AzureKeyVault
Microsoft Azure KeyVault key encryption support.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
|