u2flib 1.0.6

.NET Framework 4.0
dotnet add package u2flib --version 1.0.6
NuGet\Install-Package u2flib -Version 1.0.6
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="u2flib" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add u2flib --version 1.0.6
#r "nuget: u2flib, 1.0.6"
#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 u2flib as a Cake Addin
#addin nuget:?package=u2flib&version=1.0.6

// Install u2flib as a Cake Tool
#tool nuget:?package=u2flib&version=1.0.6

This repository provides functionality for working with the server side aspects of the U2F protocol on Windows.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on u2flib:

Package Downloads
u2fhost.net

A library for communicating with U2F devices over USB.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 65,545 6/26/2017
1.0.5 10,295 11/13/2016
1.0.4 1,221 1/3/2016
1.0.2 990 12/24/2015
1.0.1 5,402 4/3/2015

Updated for single challenge for each device. Changed the comments in the U2F class to matched .NET documentation standard.