OpenKMS SDK
License
—
Deps
2
Install Size
—
Vulns
✓ 0
Published
Sep 26, 2022
$ dotnet add package OpenKMSThe OpenKMS .NET SDK for .NET 6+.
Using the .NET Core command-line interface (CLI) tools:
dotnet add package OpenKMS
Using the NuGet Command Line Interface (CLI):
nuget install OpenKMS
Using the Package Manager Console:
Install-Package OpenKMS
Coming soon!
Coming soon!
The provided scripts with the SDK will check for all dependencies, start docker, build the solution, and run all tests.
Run the following command from the root of the project:
make verify