DSInternals.Win32.WebAuthn 2.1.0

Prefix Reserved
dotnet add package DSInternals.Win32.WebAuthn --version 2.1.0
                    
NuGet\Install-Package DSInternals.Win32.WebAuthn -Version 2.1.0
                    
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="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DSInternals.Win32.WebAuthn" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DSInternals.Win32.WebAuthn" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DSInternals.Win32.WebAuthn --version 2.1.0
                    
#r "nuget: DSInternals.Win32.WebAuthn, 2.1.0"
                    
#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.
#:package DSInternals.Win32.WebAuthn@2.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DSInternals.Win32.WebAuthn&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=DSInternals.Win32.WebAuthn&version=2.1.0
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework 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
2.1.0 210 4/5/2026
2.0.0 86 4/3/2026
1.0.6 6,447 1/16/2025
1.0.5 290 11/14/2024
1.0.4 1,096 10/6/2024
1.0.3 311 8/16/2024
1.0.2 281 8/14/2024
1.0.0 284 8/11/2024

- Added UnauthorizedAccessException mapping for RPC_E_ACCESS_DENIED in HRESULT error handling.
- Simplified Base64UrlConverter by using Base64Url.DecodeFromUtf8 for decoding.