Class DeclarationsEvidence
Inheritance
System.Object
DeclarationsEvidence
Assembly: CycloneDX.Core.dll
Syntax
public class DeclarationsEvidence : object, IHasBomRef
Properties
|
Improve this Doc
View Source
Author
Declaration
public OrganizationalContact Author { get; set; }
Property Value
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Created
Declaration
public DateTime? Created { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Data
Declaration
public List<DeclarationData> Data { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Expires
Declaration
public DateTime? Expires { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Reviewer
Declaration
public OrganizationalContact Reviewer { get; set; }
Property Value
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Improve this Doc
View Source
XmlSignature
Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type |
Description |
XmlElement |
|
Implements