DSInternals.Win32.WebAuthn 1.0.3

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

// Install DSInternals.Win32.WebAuthn as a Cake Tool
#tool nuget:?package=DSInternals.Win32.WebAuthn&version=1.0.3                

FIDO2 / W3C Web Authentication .NET Library for Windows Desktop and CLI Applications

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DSInternals.Win32.WebAuthn:

Package Downloads
DSInternals.Win32.WebAuthn.Adapter

Bridge between Fido2.Models and DSInternals.Win32.WebAuthn packages

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 121 8/16/2024
1.0.2 117 8/14/2024
1.0.0 106 8/11/2024

- Resolved issues with HMAC secret and linked device information processing.
- Windows 10 1903 or newer is required.
- A standalone package providing an adapter for data model defined in Fido2.Models is also available.