Class Declarations
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
|
Edit this page
View Source
Assessors
Declaration
[ProtoMember(1)]
public List<Assessor> Assessors { get; set; }
Property Value
|
Edit this page
View Source
Attestations
Declaration
[ProtoMember(2)]
public List<Attestation> Attestations { get; set; }
Property Value
|
Edit this page
View Source
Claims
Declaration
[ProtoMember(3)]
public List<Claim> Claims { get; set; }
Property Value
|
Edit this page
View Source
Evidence
Declaration
[ProtoMember(4)]
public List<DeclarationsEvidence> Evidence { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Edit this page
View Source
Targets
Declaration
[ProtoMember(5)]
public Targets Targets { get; set; }
Property Value
|
Edit this page
View Source
XmlSignature
Declaration
[JsonIgnore]
public XmlElement XmlSignature { get; set; }
Property Value