Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.67 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.67 KB

JPKI.Net

Jpki.Security.Cryptography

This library contains extension methods that "backport" PKI-related methods introduced in .NET 5, 6, or 7 to older runtime versions, including:

The library uses the Windows CryptoAPI and CNG native APIs to implement these "missing" methods.

Jpki.Security.Cryptography has no runtime dependencies and supports the following runtimes:

  • .NET Framework 4.7+
  • .NET 6.0+ (Windows)

Jpki.Security.WebAuthn

This library is a managed wrapper for the (semi-documented) Windows Hello WebAuthn API to create WebAuthn assertions and credentials in .NET.

Jpki.Security.WebAuthn depends on Jpki.Security.Cryptography but has no further runtime dependencies. It supports the following runtimes:

  • .NET Framework 4.7+
  • .NET 6.0+ (Windows)

All files in this repository are under the Apache License, Version 2.0 unless noted otherwise.