Azure.Security.KeyVault.Secrets 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Security.KeyVault.Secrets --version 4.0.0
                    
NuGet\Install-Package Azure.Security.KeyVault.Secrets -Version 4.0.0
                    
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="Azure.Security.KeyVault.Secrets" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Security.KeyVault.Secrets" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Security.KeyVault.Secrets" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Security.KeyVault.Secrets --version 4.0.0
                    
#r "nuget: Azure.Security.KeyVault.Secrets, 4.0.0"
                    
#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.
#:package Azure.Security.KeyVault.Secrets@4.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Azure.Security.KeyVault.Secrets&version=4.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Azure.Security.KeyVault.Secrets&version=4.0.0
                    
Install as a Cake Tool

This is the Microsoft Azure Key Vault Secrets client library

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Azure.Security.KeyVault.Secrets:

Package Downloads
Azure.Extensions.AspNetCore.Configuration.Secrets

Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.

GitHub repositories (47)

Showing the top 20 popular GitHub repositories that depend on Azure.Security.KeyVault.Secrets:

Repository Stars
duplicati/duplicati
Store securely encrypted backups in the cloud!
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
nuke-build/nuke
🏗 The AKEless Build System for C#/.NET
ashmind/SharpLab
.NET language playground
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
Azure/azure-functions-host
The host/runtime that powers Azure Functions
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
microsoft/mcp
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration
natemcmaster/LettuceEncrypt
Free, automatic HTTPS certificate generation for ASP.NET Core web apps
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
AzureAD/microsoft-authentication-library-for-dotnet
Microsoft Authentication Library (MSAL) for .NET
Azure/azure-functions-core-tools
Command line tools for Azure Functions
Azure/azure-mcp
The Azure MCP Server, bringing the power of Azure to your agents.
microsoft/Oryx
Build your repo automatically.
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
skoruba/Duende.IdentityServer.Admin
The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
Version Downloads Last Updated
4.2.0 175 9/19/2022
4.2.0-beta.4 1 3/8/2021
4.2.0-beta.3 3 3/8/2021
4.2.0-beta.2 1 3/8/2021
4.2.0-beta.1 1 3/8/2021
4.1.0 354 3/8/2021
4.1.0-preview.1 1 3/8/2021
4.0.3 1 3/8/2021
4.0.2 32,409 3/8/2021
4.0.1 16 3/8/2021
4.0.0 4 3/8/2021
4.0.0-preview.5 2 3/8/2021
4.0.0-preview.4 2 3/8/2021
4.0.0-preview.3 2 3/8/2021
4.0.0-preview.2 2 3/8/2021
4.0.0-preview.1 3 3/8/2021

- `Secret` has been renamed to `KeyVaultSecret` to avoid ambiguity with other libraries and to yield better search results.
     - `SecretClient.GetSecrets` and `SecretClient.GetSecretVersions` have been renamed to `SecretClient.GetPropertiesOfSecrets` and `SecretClient.GetPropertiesOfSecretVersions` respectively.
     - `SecretClient.DeleteSecret` has been renamed to `SecretClient.StartDeleteSecret` and now returns a `DeleteSecretOperation` to track this long-running operation.

     See https://github.com/Azure/azure-sdk-for-net/tree/Azure.Security.KeyVault.Secrets_4.0.0/sdk/keyvault/Azure.Security.KeyVault.Secrets/ChangeLog.md for more detailed changes.