Microsoft.Azure.KeyVault 2.0.2-preview

This is a prerelease version of Microsoft.Azure.KeyVault.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Azure.KeyVault --version 2.0.2-preview
NuGet\Install-Package Microsoft.Azure.KeyVault -Version 2.0.2-preview
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" Version="2.0.2-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.KeyVault --version 2.0.2-preview
#r "nuget: Microsoft.Azure.KeyVault, 2.0.2-preview"
#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 as a Cake Addin
#addin nuget:?package=Microsoft.Azure.KeyVault&version=2.0.2-preview&prerelease

// Install Microsoft.Azure.KeyVault as a Cake Tool
#tool nuget:?package=Microsoft.Azure.KeyVault&version=2.0.2-preview&prerelease

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

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

Package Downloads
NuGet.Services.KeyVault

Key vault access for NuGet services

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.

GitHub repositories (26)

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

Repository Stars
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
fullstackproltd/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
Azure/iotedge
The IoT Edge OSS project
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
IdentityModel extensions for .Net
Soluto/kamus
An open source, git-ops, zero-trust secret encryption and decryption solution for Kubernetes applications
Version Downloads Last updated
3.0.5 32,500 3/6/2021
3.0.4 0 3/6/2021
3.0.3 0 3/6/2021
3.0.2 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.4.0-preview 0 3/6/2021
2.3.2 262 3/6/2021
2.3.1 0 3/6/2021
2.3.0-preview 0 3/6/2021
2.2.1-preview 6 3/6/2021
2.2.0-preview 0 3/6/2021
2.1.0-preview 0 3/6/2021
2.0.6 73 3/6/2021
2.0.5-preview 1 3/6/2021
2.0.4-preview 0 3/6/2021
2.0.3-preview 2 3/6/2021
2.0.2-preview 10 3/6/2021
2.0.1-preview 0 3/6/2021
2.0.0-preview 0 3/6/2021
1.0.0 66,845 3/6/2021
0.9.1-preview 2,871 3/6/2021
0.9.0-preview 699 3/6/2021

This is a preview release of the Azure Key Vault .NET SDK, based on version 2015-06-01 of the Azure Key Vault REST API.