Microsoft.Azure.KeyVault.Extensions 3.0.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 1.4 .NET Framework 4.5.2
Suggested Alternatives

Azure.Security.KeyVault.Secrets

Additional Details

Please 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

dotnet add package Microsoft.Azure.KeyVault.Extensions --version 3.0.5
NuGet\Install-Package Microsoft.Azure.KeyVault.Extensions -Version 3.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.KeyVault.Extensions" Version="3.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.KeyVault.Extensions --version 3.0.5
#r "nuget: Microsoft.Azure.KeyVault.Extensions, 3.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.KeyVault.Extensions as a Cake Addin
#addin nuget:?package=Microsoft.Azure.KeyVault.Extensions&version=3.0.5

// Install Microsoft.Azure.KeyVault.Extensions as a Cake Tool
#tool nuget:?package=Microsoft.Azure.KeyVault.Extensions&version=3.0.5

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:

* 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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481
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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Microsoft.Azure.KeyVault.Extensions:

Package Downloads
EasyAzureKeyVault

Provides some minor abstractions over a few Azure KeyVault and Azure ActiveDirectory API behaviors.

ismkdc.Azure.WebHostExtension

An extension method to simplify using the Azure Key Vault in a .NET Core 2 application - adds secrets to the application configuration.

Sentinel.KeyVault

Provides integration with Azure Key Vault for API (Apps)

CosmosInsight.Core.Azure

Azure helpers to simplify leverage of Azure

Signals.Aspects.Storage.Azure

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Microsoft.Azure.KeyVault.Extensions:

Repository Stars
Azure/azure-storage-net
Microsoft Azure Storage Libraries for .NET
Azure-Samples/azure-search-power-skills
A collection of useful functions to be deployed as custom skills for Azure Cognitive Search
Version Downloads Last updated
3.0.5 1,017,785 2/3/2020
3.0.4 371,044 7/20/2019
3.0.3 339,342 1/23/2019
3.0.1 108,802 11/14/2018
3.0.0 287,116 6/28/2018
3.0.0-alpha 1,127 3/29/2018
2.4.0-preview 10,790 11/28/2017
2.0.5 620,818 1/5/2017
2.0.4 31,233 12/7/2016
2.0.3-preview 907 11/23/2016
2.0.2-preview 1,010 10/20/2016
1.0.5 79,976 10/14/2016
1.0.4 327,504 3/30/2016
1.0.3 62,019 2/5/2016
1.0.2 22,579 12/21/2015
1.0.1 27,974 11/18/2015
1.0.0 87,063 7/30/2015
0.9.1-preview 1,680 4/29/2015

Added recommendation to use new libraries listed in the package description.