Yubico .NET SDK v2 — Alpha NuGet Feed

Anonymous, public NuGet v3 feed. No authentication required.

⚠️ ALPHA — NOT FOR PRODUCTION. Pre-release, subject to change, and not yet security-audited by Yubico. No security guarantees. Package names and namespaces may change. Evaluation / hackathon use only.

What is this

The Yubico .NET SDK v2 provides modern, type-safe .NET APIs for YubiKey hardware security devices, including PIV, FIDO2/WebAuthn, OATH, OpenPGP, YubiOTP, Security Domain, YubiHSM Auth, and device management. v2 is a ground-up redesign, not an incremental update to v1 — expect API and namespace changes across the board.

Add the feed

dotnet nuget add source https://yubico.github.io/Yubico.NET.SDK/alpha/index.json -n yubikit-alpha

Transitive dependencies (e.g. Yubico.NativeShims) resolve from nuget.org, so keep nuget.org enabled alongside this feed.

Packages

Loading current package list from the feed…

Quickstart

dotnet add package Yubico.YubiKit.Core --prerelease
dotnet build

Where to go next