Microsoft.Azure.KeyVault
2.4.0-preview
See the version list below for details.
dotnet add package Microsoft.Azure.KeyVault --version 2.4.0-preview
NuGet\Install-Package Microsoft.Azure.KeyVault -Version 2.4.0-preview
<PackageReference Include="Microsoft.Azure.KeyVault" Version="2.4.0-preview" />
paket add Microsoft.Azure.KeyVault --version 2.4.0-preview
#r "nuget: Microsoft.Azure.KeyVault, 2.4.0-preview"
// Install Microsoft.Azure.KeyVault as a Cake Addin #addin nuget:?package=Microsoft.Azure.KeyVault&version=2.4.0-preview&prerelease // Install Microsoft.Azure.KeyVault as a Cake Tool #tool nuget:?package=Microsoft.Azure.KeyVault&version=2.4.0-preview&prerelease
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.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- Microsoft.Azure.KeyVault.WebKey (>= 2.1.0-preview)
- Microsoft.Rest.ClientRuntime (>= 2.3.10 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.10 && < 4.0.0)
- Newtonsoft.Json (>= 6.0.8)
-
.NETStandard 1.4
- Microsoft.Azure.KeyVault.WebKey (>= 2.1.0-preview)
- Microsoft.Rest.ClientRuntime (>= 2.3.10 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.10 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Net.Http (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.Azure.KeyVault:
Package | Downloads |
---|---|
NuGet.Services.KeyVault
Key vault access for NuGet services |
|
Microsoft.Extensions.Configuration.AzureKeyVault
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets It is recommended that you move to the new package. |
GitHub repositories (26)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.KeyVault:
Repository | Stars |
---|---|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
Azure/azure-powershell
Microsoft Azure PowerShell
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
fullstackproltd/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
|
|
Azure/iotedge
The IoT Edge OSS project
|
Version | Downloads | Last updated |
---|---|---|
3.0.5 | 32,500 | 3/6/2021 |
3.0.4 | 0 | 3/6/2021 |
3.0.3 | 0 | 3/6/2021 |
3.0.2 | 0 | 3/6/2021 |
3.0.1 | 0 | 3/6/2021 |
3.0.0 | 0 | 3/6/2021 |
3.0.0-alpha | 0 | 3/6/2021 |
2.4.0-preview | 0 | 3/6/2021 |
2.3.2 | 262 | 3/6/2021 |
2.3.1 | 0 | 3/6/2021 |
2.3.0-preview | 0 | 3/6/2021 |
2.2.1-preview | 6 | 3/6/2021 |
2.2.0-preview | 0 | 3/6/2021 |
2.1.0-preview | 0 | 3/6/2021 |
2.0.6 | 73 | 3/6/2021 |
2.0.5-preview | 1 | 3/6/2021 |
2.0.4-preview | 0 | 3/6/2021 |
2.0.3-preview | 2 | 3/6/2021 |
2.0.2-preview | 10 | 3/6/2021 |
2.0.1-preview | 0 | 3/6/2021 |
2.0.0-preview | 0 | 3/6/2021 |
1.0.0 | 66,845 | 3/6/2021 |
0.9.1-preview | 2,871 | 3/6/2021 |
0.9.0-preview | 699 | 3/6/2021 |
This is a public preview release of the Azure Key Vault SDK. Included in this preview are updates to support eliptical curve keys. This package should not be used in production. It is subject to breaking changes, and will not be supported once the preview has ended.