Class DeclarationsEvidence
Inheritance
DeclarationsEvidence
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class DeclarationsEvidence : IHasBomRef
Properties
|
Edit this page
View Source
Author
Declaration
[ProtoMember(7)]
public OrganizationalContact Author { get; set; }
Property Value
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Created
Declaration
[ProtoMember(5)]
public DateTime? Created { get; set; }
Property Value
|
Edit this page
View Source
Data
Declaration
[ProtoMember(4)]
public List<DeclarationData> Data { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(3)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Expires
Declaration
[ProtoMember(6)]
public DateTime? Expires { get; set; }
Property Value
|
Edit this page
View Source
PropertyName
Declaration
[ProtoMember(2)]
public string PropertyName { get; set; }
Property Value
|
Edit this page
View Source
Reviewer
Declaration
[ProtoMember(8)]
public OrganizationalContact Reviewer { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Edit this page
View Source
XmlSignature
Declaration
[JsonIgnore]
public XmlElement XmlSignature { get; set; }
Property Value
Implements