Microsoft.Azure.KeyVault
3.0.5
Prefix Reserved
Azure.Security.KeyVault.Secrets
Additional DetailsPlease note, a newer package is available Azure.Security.KeyVault.Secrets as of [10/31/2019].
While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade.
See https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/keyvault/Azure.Security.KeyVault.Secrets/MigrationGuide.md for Migration guide and more details.
Depending on what functionality of Key Vault you are using (Keys, Secrets or Certificates), please use one of the following libraries:
Azure.Security.KeyVault.Secrets
Azure.Security.KeyVault.Keys
Azure.Security.KeyVault.Certificates
Install-Package Microsoft.Azure.KeyVault -Version 3.0.5
dotnet add package Microsoft.Azure.KeyVault --version 3.0.5
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.5" />
paket add Microsoft.Azure.KeyVault --version 3.0.5
#r "nuget: Microsoft.Azure.KeyVault, 3.0.5"
// Install Microsoft.Azure.KeyVault as a Cake Addin
#addin nuget:?package=Microsoft.Azure.KeyVault&version=3.0.5
// Install Microsoft.Azure.KeyVault as a Cake Tool
#tool nuget:?package=Microsoft.Azure.KeyVault&version=3.0.5
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.
This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.
The latest libraries to interact with the Azure KeyVault service are:
* Azure.Security.KeyVault.Keys
* Azure.Security.KeyVault.Secrets
* Azure.Security.KeyVault.Certificates
It is recommended that you move to the new package.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
- Microsoft.Azure.KeyVault.WebKey (>= 3.0.5)
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- Newtonsoft.Json (>= 10.0.3)
-
.NETFramework 4.6.1
- Microsoft.Azure.KeyVault.WebKey (>= 3.0.5)
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 1.4
- Microsoft.Azure.KeyVault.WebKey (>= 3.0.5)
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.0
- Microsoft.Azure.KeyVault.WebKey (>= 3.0.5)
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.4)
NuGet packages (158)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.KeyVault:
Package | Downloads |
---|---|
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. |
|
Microsoft.Azure.Management.KeyVault.Fluent
Provides Key Vault service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt |
|
Microsoft.AspNetCore.DataProtection.AzureKeyVault
Microsoft Azure KeyVault key encryption support. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys It is recommended that you move to the new package. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/d1fa2cb155ab9226f20b87ab0d7a1eb16b8a8b69 |
|
Nuke.Common
Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '06168636a6c3d86bc83645fe5ef519ee17bf7233' (see contained AppVeyorSettings.json file for build settings). |
|
Microsoft.Azure.KeyVault.Extensions
Microsoft Azure Key Vault Extensions Class Library This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package. |
GitHub repositories (32)
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://docs.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
|
|
nuke-build/nuke
🏗 The AKEless Build System for C#/.NET
|
|
asadsahi/AspNetCoreSpa
Asp.Net 5.0 & Angular 13 SPA Fullstack application with plenty of examples. Live demo:
|
Version | Downloads | Last updated | |
---|---|---|---|
3.0.5 | 20,828,307 | 2/3/2020 | |
3.0.4 | 11,927,302 | 7/20/2019 | |
3.0.3 | 6,927,851 | 1/23/2019 | |
3.0.2 | 2,393,485 | 11/14/2018 | |
3.0.1 | 6,210,699 | 10/27/2018 | |
3.0.0 | 4,128,244 | 6/28/2018 | |
3.0.0-alpha | 65,094 | 3/29/2018 | |
2.4.0-preview | 245,597 | 11/28/2017 | |
2.3.2 | 26,088,709 | 7/5/2017 | |
2.3.0-preview | 46,682 | 5/27/2017 | |
2.2.1-preview | 79,161 | 5/5/2017 | |
2.2.0-preview | 3,684 | 4/25/2017 | |
2.1.0-preview | 18,495 | 4/7/2017 | |
2.0.6 | 2,824,719 | 12/7/2016 | |
2.0.5-preview | 3,121 | 11/23/2016 | |
2.0.4-preview | 3,956 | 11/9/2016 | |
2.0.3-preview | 5,202 | 10/20/2016 | |
2.0.2-preview | 57,416 | 9/22/2016 | |
2.0.1-preview | 12,897 | 8/30/2016 | |
2.0.0-preview | 5,693 | 8/29/2016 | |
1.0.0 | 2,508,140 | 6/18/2015 | |
0.9.1-preview | 4,609 | 4/28/2015 | |
0.9.0-preview | 1,879 | 4/9/2015 |
Added recommendation to use new libraries listed in the package description.