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
<PackageReference Include="DSInternals.Win32.WebAuthn" Version="3.0.0" />
<PackageVersion Include="DSInternals.Win32.WebAuthn" Version="3.0.0" />
<PackageReference Include="DSInternals.Win32.WebAuthn" />
paket add DSInternals.Win32.WebAuthn --version 3.0.0
#r "nuget: DSInternals.Win32.WebAuthn, 3.0.0"
#:package DSInternals.Win32.WebAuthn@3.0.0
#addin nuget:?package=DSInternals.Win32.WebAuthn&version=3.0.0
#tool nuget:?package=DSInternals.Win32.WebAuthn&version=3.0.0
FIDO2 / W3C Web Authentication .NET Library for Windows Desktop and CLI Applications
| Product | Versions 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. |
-
.NETFramework 4.8
- Microsoft.Bcl.Memory (>= 10.0.5)
- Microsoft.Identity.Client (>= 4.80.0)
- Microsoft.NET.ILLink.Tasks (>= 10.0.3)
- System.Formats.Cbor (>= 9.0.3)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
- System.Text.Json (>= 9.0.3)
-
net10.0-windows7.0
- Microsoft.Bcl.Memory (>= 10.0.5)
- Microsoft.Identity.Client (>= 4.80.0)
- Microsoft.NET.ILLink.Tasks (>= 10.0.3)
- NSec.Cryptography (>= 25.4.0)
- System.Diagnostics.EventLog (>= 9.0.3)
- System.Formats.Cbor (>= 9.0.3)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
-
net8.0-windows7.0
- Microsoft.Bcl.Memory (>= 10.0.5)
- Microsoft.Identity.Client (>= 4.80.0)
- Microsoft.NET.ILLink.Tasks (>= 10.0.3)
- NSec.Cryptography (>= 25.4.0)
- System.Diagnostics.EventLog (>= 9.0.3)
- System.Formats.Cbor (>= 9.0.3)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
- System.Security.Cryptography.Cng (>= 5.0.0)
- System.Text.Json (>= 9.0.3)
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.
- 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.