Microsoft.Azure.KeyVault.Core
1.0.0
Provides IKey and IKeyResolver interfaces for locating keys from identifiers
and performing operations with keys.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.5 or higher.
Install-Package Microsoft.Azure.KeyVault.Core -Version 1.0.0
dotnet add package Microsoft.Azure.KeyVault.Core --version 1.0.0
<PackageReference Include="Microsoft.Azure.KeyVault.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.KeyVault.Core --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Azure.KeyVault.Core, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.KeyVault.Core as a Cake Addin
#addin nuget:?package=Microsoft.Azure.KeyVault.Core&version=1.0.0
// Install Microsoft.Azure.KeyVault.Core as a Cake Tool
#tool nuget:?package=Microsoft.Azure.KeyVault.Core&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Initial release
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Azure.KeyVault.Core:
| Package | Downloads |
|---|---|
|
WindowsAzure.Storage
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/
|