Skip to main content
VaultSharp package icon

VaultSharp

A .NET Library for HashiCorp's Vault - A Secret Management System. This is a comprehensive C# Library to do all operations supported by the Vault Http Api in a strongly typed manner. This means you can do both administrative operations like Seal/Unseal/Write Policy/Configuring backends etc. as well end user operations like generating credentials using this library. The Library has excellent support for the Audit, Secret and Authentication backends of Vault. Authentication backends include Appid, GitHub, LDAP, MFA, TLS, Token, Username etc. Secret Backends include AWS, Cassandra, Consul, Cubbyhole, Generic, MySql, PKI, SSH, Transit etc. Audit backends include File and Syslog. The strongly typed APIs are backed up by extensive comments that help you with every input parameter in a strongly typed manner.

Total Downloads
42.9M
42,926,856
Published
Jan 21, 2016
Latest stable version

Install

.NET CLI
dotnet add package VaultSharp --version 0.4.0
Package Manager Console
Install-Package VaultSharp -Version 0.4.0
PackageReference
<PackageReference Include="VaultSharp" Version="0.4.0" />

Frameworks

No framework metadata available.

Dependencies

[7.0.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.