Show / Hide Table of Contents

Class Declarations

Inheritance
System.Object
Declarations
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Declarations : object

Properties

| Improve this Doc View Source

Affirmation

Declaration
public Affirmation Affirmation { get; set; }
Property Value
Type Description
Affirmation
| Improve this Doc View Source

Assessors

Declaration
public List<Assessor> Assessors { get; set; }
Property Value
Type Description
List<Assessor>
| Improve this Doc View Source

Attestations

Declaration
public List<Attestation> Attestations { get; set; }
Property Value
Type Description
List<Attestation>
| Improve this Doc View Source

Claims

Declaration
public List<Claim> Claims { get; set; }
Property Value
Type Description
List<Claim>
| Improve this Doc View Source

Evidence

Declaration
public List<DeclarationsEvidence> Evidence { get; set; }
Property Value
Type Description
List<DeclarationsEvidence>
| Improve this Doc View Source

Signature

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

Targets

Declaration
public Targets Targets { get; set; }
Property Value
Type Description
Targets
| Improve this Doc View Source

XmlSignature

Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type Description
XmlElement
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX