Implementation Guides¶
These guides show how to wire SD-JWT .NET packages into issuer, verifier, wallet, trust, status, and agent workflows.
Use concepts first if you are learning the standards. Use tutorials first if you want a runnable walkthrough. Use implementation guides when you are integrating packages into an application.
Choose by role¶
| I am building... | Start here |
|---|---|
| Issuer service | How to build an SD-JWT VC issuer service |
| Verifier service | How to build an OID4VP verifier pipeline |
| Credential lifecycle | How to manage credential status with Status Lists |
| Multi-party trust | How to establish issuer trust with OpenID Federation |
| Holder-side wallet infrastructure | How to use reference wallet infrastructure |
| EUDIW / ARF prototype | How to use EUDIW / ARF reference helpers |
| Agent tool-call governance | How to integrate preview Agent Trust into tool APIs |
| Real-time status (advanced) | How to combine Status Lists and Introspection |
Concepts first¶
If you are new to the topic, read the concept page first.
Tutorials first¶
If you want a runnable walkthrough, run the tutorial first.
Guides next¶
Use guides when integrating the capability into your application.