DSInternals.Win32.WebAuthn 3.0.0

Prefix Reserved
dotnet add package DSInternals.Win32.WebAuthn --version 3.0.0
                    
NuGet\Install-Package DSInternals.Win32.WebAuthn -Version 3.0.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="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DSInternals.Win32.WebAuthn" Version="3.0.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 3.0.0
                    
#r "nuget: DSInternals.Win32.WebAuthn, 3.0.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@3.0.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=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=DSInternals.Win32.WebAuthn&version=3.0.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
3.0.0 68 5/7/2026
2.1.0 1,024 4/5/2026
2.0.0 105 4/3/2026
1.0.6 7,604 1/16/2025
1.0.5 295 11/14/2024
1.0.4 1,103 10/6/2024
1.0.3 322 8/16/2024
1.0.2 289 8/14/2024
1.0.0 292 8/11/2024

- Major API consolidation: split AuthenticationExtensionsClientInputs/Outputs into per-extension types, renamed AuthenticatorSelection to AuthenticatorSelectionCriteria, and reorganized COSE/Cryptography namespaces.
- Added Credential Exchange Format (CXF) support and Bitwarden encrypted/cleartext vault export parsing.
- Added KeePassXC passkey export parsing and a software authenticator with Ed25519 signing.
- Added UVM, Payment, PRF, LargeBlob, and Remote Desktop client extension models.
- Changed credential hints to raw strings so future and custom hint values are preserved.