DSInternals.Win32.WebAuthn.Adapter 3.1.0

Prefix Reserved
dotnet add package DSInternals.Win32.WebAuthn.Adapter --version 3.1.0
                    
NuGet\Install-Package DSInternals.Win32.WebAuthn.Adapter -Version 3.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.Adapter" Version="3.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DSInternals.Win32.WebAuthn.Adapter" Version="3.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DSInternals.Win32.WebAuthn.Adapter" />
                    
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.Adapter --version 3.1.0
                    
#r "nuget: DSInternals.Win32.WebAuthn.Adapter, 3.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.Adapter@3.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.Adapter&version=3.1.0
                    
Install as a Cake Addin
#tool nuget:?package=DSInternals.Win32.WebAuthn.Adapter&version=3.1.0
                    
Install as a Cake Tool

DSInternals.Win32.WebAuthn.Adapter

Bridge between Fido2.Models and DSInternals.Win32.WebAuthn

This package lets applications already built on top of fido2-net-lib drive the native Windows WebAuthn API. It accepts the Fido2.Models request/response types as input, translates them to the native structures consumed by DSInternals.Win32.WebAuthn, and maps the results back.

If you do not already use Fido2.Models in your codebase, use the DSInternals.Win32.WebAuthn package directly instead.

Requirements

  • Windows 10 version 1903 or newer
  • .NET 10

Usage

The main entry point is the WebAuthnApiAdapter class in the DSInternals.Win32.WebAuthn.Adapter namespace. It exposes methods that accept Fido2.Models option types (e.g. CredentialCreateOptions, AssertionOptions) and return the corresponding Fido2.Models response types.

License

Released under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.0 71 5/14/2026
3.0.0 88 5/7/2026
2.1.0 113 4/5/2026
2.0.0 96 4/3/2026
1.0.6 248 1/16/2025
1.0.5 223 11/14/2024
1.0.4 227 10/6/2024
1.0.3 258 8/16/2024
1.0.2 242 8/14/2024
1.0.0 246 8/11/2024

- Added translators for credential hints, credential protection policy, large-blob attestation/assertion inputs and outputs, and PRF attestation/assertion inputs and outputs.
- Updated `DSInternals.Win32.WebAuthn` dependency to 3.1.0 and aligned with the new API surface.