Verifiable Credential .NET Demonstration Repo

I’m a big fan of .NET, c#, and Razor Pages. I’m also a fan of Verifiable Credentials and Open Badges (a specific type of VC). No so long ago, .NET was playing catchup with Java in the W3C Verifiable Credentials world. Especially with regard to the cryptography and the JSON-LD required by some (most?) of the proof methods. It’s been a while since I took a deep dive and wanted to see if .NET caught up. To that end I built 3 projects that implement Issuer, Verifier, and Holder (Wallet) apps.

It went well. The apps talk to each other using VCALM and the credentials pass verification.

The standards I used are:

I just published my demo source code to GitHub as https://github.com/andyfmiller/vc-dotnet-demos. I hope you find it useful.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.