Table of Contents

Class PresentedCredential

Namespace
Tessio.Verifier.Core
Assembly
Tessio.Verifier.Core.dll

A single credential extracted from a presentation, in its serialized wire form.

public sealed record PresentedCredential : IEquatable<PresentedCredential>
Inheritance
PresentedCredential
Implements
Inherited Members

Remarks

FROZEN contract (contracts-v0).

Properties

Format

Credential format identifier. For v0.1 this is "dc+sd-jwt".

public required string Format { get; init; }

Property Value

string

RawValue

The credential as received on the wire (e.g., the SD-JWT VC string including disclosures and the optional Key Binding JWT, tilde-separated).

public required string RawValue { get; init; }

Property Value

string