Class Declarations
Inheritance
System.Object
Declarations
Assembly: CycloneDX.Core.dll
Syntax
public class Declarations : object
Properties
|
Improve this Doc
View Source
Affirmation
Declaration
public Affirmation Affirmation { get; set; }
Property Value
|
Improve this Doc
View Source
Assessors
Declaration
public List<Assessor> Assessors { get; set; }
Property Value
|
Improve this Doc
View Source
Attestations
Declaration
public List<Attestation> Attestations { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Improve this Doc
View Source
Targets
Declaration
public Targets Targets { get; set; }
Property Value
|
Improve this Doc
View Source
XmlSignature
Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type |
Description |
XmlElement |
|