Installation

To use UVault, you must first include a reference to Kwality.UVault.dll (or any of the dependent packages) in your project. The most straightforward approach to do this is through either the NuGet package manager or the dotnet CLI.

To accomplish this through the NuGet package manager console within Visual Studio, execute the following command:

Install-Package Kwality.UVault

Alternatively, you can use the .NET Core CLI from a terminal window:

dotnet add package Kwality.UVault