Cuemon.Web.Security 4.0.2016.950-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Cuemon.Web.Security.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Cuemon.Web.Security --version 4.0.2016.950-beta
NuGet\Install-Package Cuemon.Web.Security -Version 4.0.2016.950-beta
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="Cuemon.Web.Security" Version="4.0.2016.950-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon.Web.Security --version 4.0.2016.950-beta
#r "nuget: Cuemon.Web.Security, 4.0.2016.950-beta"
#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.
// Install Cuemon.Web.Security as a Cake Addin
#addin nuget:?package=Cuemon.Web.Security&version=4.0.2016.950-beta&prerelease

// Install Cuemon.Web.Security as a Cake Tool
#tool nuget:?package=Cuemon.Web.Security&version=4.0.2016.950-beta&prerelease

The Cuemon.Web.Security assembly is a member of the Cuemon .NET Core family and provides different classes that are used to implement security in Web server applications.

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet54 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

- New class, JsonWebToken, in the Cuemon.Web.Security namepspace that represents a simple implementation of JSON Web Token that is based on the standard RFC 7519 method for communicating claims securely between two parties
- New enum, JsonWebTokenHashAlgorithm, in the Cuemon.Web.Security namepspace that specifies the algorithm used for generating JWT hash values
- New class, JsonWebTokenHeader, in the Cuemon.Web.Security namepspace that represents the header information of JSON Web Token that is based on the standard RFC 7519
- New class, JsonWebTokenHeader, in the Cuemon.Web.Security namepspace that represents the payload information of JSON Web Token that is based on the standard RFC 7519
- New static class, JsonWebTokenHashAlgorithmConverter, in the Cuemon.Web.Security namepspace that is designed to make JsonWebTokenHashAlgorithm related conversions easier to work with