Microsoft.Azure.KeyVault.Core
3.0.5
dotnet add package Microsoft.Azure.KeyVault.Core --version 3.0.5
NuGet\Install-Package Microsoft.Azure.KeyVault.Core -Version 3.0.5
<PackageReference Include="Microsoft.Azure.KeyVault.Core" Version="3.0.5" />
paket add Microsoft.Azure.KeyVault.Core --version 3.0.5
#r "nuget: Microsoft.Azure.KeyVault.Core, 3.0.5"
// Install Microsoft.Azure.KeyVault.Core as a Cake Addin #addin nuget:?package=Microsoft.Azure.KeyVault.Core&version=3.0.5 // Install Microsoft.Azure.KeyVault.Core as a Cake Tool #tool nuget:?package=Microsoft.Azure.KeyVault.Core&version=3.0.5
Microsoft Azure Key Vault Core 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- 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.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.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.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 (2)
Showing the top 2 NuGet packages that depend on Microsoft.Azure.KeyVault.Core:
Package | Downloads |
---|---|
WindowsAzure.Storage
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/. For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/. This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/ |
|
WindowsAzure2.Storage
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://dev.nugettest.org/packages/Microsoft.Azure.Storage.Blob/, https://dev.nugettest.org/packages/Microsoft.Azure.Storage.File/, https://dev.nugettest.org/packages/Microsoft.Azure.Storage.Queue/, and https://dev.nugettest.org/packages/Microsoft.Azure.Storage.Common/. For table support, see https://dev.nugettest.org/packages/Microsoft.Azure.CosmosDB.Table/. This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/ |
GitHub repositories (63)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.KeyVault.Core:
Repository | Stars |
---|---|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
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.
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
|
Version | Downloads | Last updated |
---|---|---|
3.0.5 | 0 | 3/6/2021 |
3.0.4 | 0 | 3/6/2021 |
3.0.3 | 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.0.5-preview | 0 | 3/6/2021 |
2.0.4 | 353 | 3/6/2021 |
2.0.3-preview | 0 | 3/6/2021 |
2.0.2-preview | 0 | 3/6/2021 |
2.0.0-preview | 0 | 3/6/2021 |
1.0.0 | 281,562 | 7/29/2015 |
0.9.1-preview | 8,013 | 4/28/2015 |
Added recommendation to use new libraries listed in the package description.