Table of Contents

Class SigstoreBundle

Namespace
Sigstore.Bundle
Assembly
Sigstore.dll

Strongly-typed view of a Sigstore bundle JSON document (protobuf JSON encoding).

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

Constructors

SigstoreBundle(string, Bundle)

Creates a bundle view.

public SigstoreBundle(string mediaType, Bundle model)

Parameters

mediaType string

Bundle media type string.

model Bundle

Underlying protobuf model.

Properties

MediaType

Bundle media type (for example application/vnd.dev.sigstore.bundle.v0.3+json).

public string MediaType { get; }

Property Value

string

Model

Parsed protobuf bundle message.

public Bundle Model { get; }

Property Value

Bundle