VaultSharp
A .NET Library for HashiCorp's Vault - A Secret Management System. Is absolutely compatible with Vault v0.5.0 http://rajanadar.github.io/VaultSharp/ 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 extensive comments helping you with every input parameter in a strongly typed manner.
Install
dotnet add package VaultSharp --version 0.4.1
Install-Package VaultSharp -Version 0.4.1
<PackageReference Include="VaultSharp" Version="0.4.1" />
Frameworks
No framework metadata available.
Dependencies
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.