jose-pcl 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package jose-pcl --version 0.0.3
NuGet\Install-Package jose-pcl -Version 0.0.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="jose-pcl" Version="0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jose-pcl --version 0.0.3
#r "nuget: jose-pcl, 0.0.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.
// Install jose-pcl as a Cake Addin
#addin nuget:?package=jose-pcl&version=0.0.3

// Install jose-pcl as a Cake Tool
#tool nuget:?package=jose-pcl&version=0.0.3

Portable Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) implementation for Windows 8, Windows Phone 8, Windows Silverlight 8 and .NET framework platforms
based on PCLCrypto portable crypto layer

Supported algorithms

Signing:

- HMAC signatures with HS256, HS384 and HS512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- NONE (unprotected) plain text algorithm without integrity protection

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on jose-pcl:

Package Downloads
GSMA.MobileConnect

GSMA MobileConnect .Net SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.4 69,383 4/5/2016
0.0.3 3,487 3/31/2016
0.0.2 1,305 3/19/2016

Plaintext