Class SigstoreBundle
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
Properties
MediaType
Bundle media type (for example application/vnd.dev.sigstore.bundle.v0.3+json).
public string MediaType { get; }
Property Value
Model
Parsed protobuf bundle message.
public Bundle Model { get; }