Confidential Computing v1 API - Class SignedEntity (1.0.0)

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

Reference documentation and code samples for the Confidential Computing v1 API class SignedEntity.

SignedEntity represents an OCI image object containing everything necessary to verify container image signatures.

Inheritance

object > SignedEntity

Namespace

Google.Cloud.ConfidentialComputing.V1

Assembly

Google.Cloud.ConfidentialComputing.V1.dll

Constructors

SignedEntity()

public SignedEntity()

SignedEntity(SignedEntity)

public SignedEntity(SignedEntity other)
Parameter
NameDescription
otherSignedEntity

Properties

ContainerImageSignatures

public RepeatedField<ContainerImageSignature> ContainerImageSignatures { get; }

Optional. A list of container image signatures attached to an OCI image object.

Property Value
TypeDescription
RepeatedFieldContainerImageSignature