Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 485 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 485 Bytes

Yoq.WindowsWebAuthn

Windows 10+ / WebAuthn client API for .NET using P/Invoke

  • Yoq.WindowsWebAuthn.Pinvoke: Marshaling library to make the Win 10 WebAuthn API available on .NET 4+
  • Yoq.WindowsWebAuthn.Managed: Directly send/receive Fido2.Models objects to the authenticator using the P/Invoke library. Available on .NET6+
  • Yoq.WindowsWebAuthn.Demo: A CLI demo application