Class Envelope (3.0.0)

public sealed class Envelope : IMessage<Envelope>, IEquatable<Envelope>, IDeepCloneable<Envelope>, IBufferMessage, IMessage

MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.

Inheritance

Object > Envelope

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Envelope()

public Envelope()

Envelope(Envelope)

public Envelope(Envelope other)
Parameter
NameDescription
otherEnvelope

Properties

Payload

public ByteString Payload { get; set; }
Property Value
TypeDescription
ByteString

PayloadType

public string PayloadType { get; set; }
Property Value
TypeDescription
String

Signatures

public RepeatedField<EnvelopeSignature> Signatures { get; }
Property Value
TypeDescription
RepeatedField<EnvelopeSignature>