Grafeas v1 API - Class Envelope (3.6.0)

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

Reference documentation and code samples for the Grafeas v1 API class Envelope.

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
RepeatedFieldEnvelopeSignature