Metadata >> NuGet >> Microsoft.Azure.KeyVault

Microsoft.Azure.KeyVault

Metadata

Authors Microsoft
Copyrights Copyright © Microsoft Corporation
Description 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.
IconUrl http://go.microsoft.com/fwlink/?LinkID=288890
LicenseUrl http://aka.ms/windowsazureapache2
Owners azure-sdk, Microsoft
ProjectUrl https://github.com/Azure/azure-sdk-for-net
ReleaseNotes Initial release
RequireLicenseAcceptance False
Summary Provides key and secret operation capabilities for Azure Key Vault.
Tags Microsoft Azure key vault "key vault" REST HTTP client azureofficial windowsazureofficial
Dependencies Microsoft.Azure.Common:[2.0.4, 3.0)
Title Microsoft Azure Key Vault Library
PackageSize 327539
PackageHashAlgorithm SHA512
PackageHash Q2ei+/d/g48HAj1JCUFsq8o4gDeh/jQS8GzHofegA+c1oTrmeVW6sMgOJH3FcX+KLLdwEfAJmKJ+W9Imd1bAlA==
DownloadCount 000000
CreatedDate 2015-06-18T01:39:29

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.Azure.KeyVault -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.Azure.KeyVault -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Microsoft.Azure.KeyVault
Installing the package (HTTP Basic authentication):
Install-Package Microsoft.Azure.KeyVault -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.Azure.KeyVault -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Microsoft.Azure.KeyVault

OpenWrap

Installing the package:
o add-wrap Microsoft.Azure.KeyVault
Uninstalling the package:
o remove-wrap Microsoft.Azure.KeyVault

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0
0.9.1-preview
0.9.0-preview