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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- BouncyCastle (>= 1.8.1)
- Newtonsoft.Json (>= 9.0.1)
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.
Updated for single challenge for each device. Changed the comments in the U2F class to matched .NET documentation standard.