Show / Hide Table of Contents

Class Declarations

Inheritance
object
Declarations
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Declarations

Properties

| Edit this page View Source

Affirmation

Declaration
[ProtoMember(6)]
public Affirmation Affirmation { get; set; }
Property Value
Type Description
Affirmation
| Edit this page View Source

Assessors

Declaration
[ProtoMember(1)]
public List<Assessor> Assessors { get; set; }
Property Value
Type Description
List<Assessor>
| Edit this page View Source

Attestations

Declaration
[ProtoMember(2)]
public List<Attestation> Attestations { get; set; }
Property Value
Type Description
List<Attestation>
| Edit this page View Source

Claims

Declaration
[ProtoMember(3)]
public List<Claim> Claims { get; set; }
Property Value
Type Description
List<Claim>
| Edit this page View Source

Evidence

Declaration
[ProtoMember(4)]
public List<DeclarationsEvidence> Evidence { get; set; }
Property Value
Type Description
List<DeclarationsEvidence>
| Edit this page View Source

Signature

Declaration
public SignatureChoice Signature { get; set; }
Property Value
Type Description
SignatureChoice
| Edit this page View Source

Targets

Declaration
[ProtoMember(5)]
public Targets Targets { get; set; }
Property Value
Type Description
Targets
| Edit this page View Source

XmlSignature

Declaration
[JsonIgnore]
public XmlElement XmlSignature { get; set; }
Property Value
Type Description
XmlElement
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX