BlackBarLabs.Security 0.4.3

dotnet add package BlackBarLabs.Security --version 0.4.3
                    
NuGet\Install-Package BlackBarLabs.Security -Version 0.4.3
                    
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="BlackBarLabs.Security" Version="0.4.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlackBarLabs.Security" Version="0.4.3" />
                    
Directory.Packages.props
<PackageReference Include="BlackBarLabs.Security" />
                    
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 BlackBarLabs.Security --version 0.4.3
                    
#r "nuget: BlackBarLabs.Security, 0.4.3"
                    
#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 BlackBarLabs.Security@0.4.3
                    
#: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=BlackBarLabs.Security&version=0.4.3
                    
Install as a Cake Addin
#tool nuget:?package=BlackBarLabs.Security&version=0.4.3
                    
Install as a Cake Tool

Three utility services are provided: Vouchers, JWT's, and general cryptography.
     The vouchers component allows for the creation of cryptographically signed vouchers and the validation of their redemption.
     The JWT utilities valid JWT's using standard configuration patterns put in place by the BlackBarLabs architecture.
     General cryptography provides Rfc2898 and  HMACSHA512 based PBKDF2 support.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.3 1,669 11/16/2016
0.4.2 1,397 11/11/2016
0.4.1 1,439 10/21/2016
0.4.0 1,341 10/21/2016
0.3.4 1,406 10/21/2016
0.3.3 1,380 10/20/2016
0.3.2 1,361 10/20/2016
0.3.1 1,351 10/20/2016
0.3.0 1,384 10/20/2016