Show / Hide Table of Contents

Class DeclarationsEvidence

Inheritance
System.Object
DeclarationsEvidence
Implements
IHasBomRef
Namespace: CycloneDX.Models
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
Type Description
OrganizationalContact
| 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
Type Description
List<DeclarationData>
| 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
Type Description
OrganizationalContact
| Improve this Doc View Source

Signature

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

XmlSignature

Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type Description
XmlElement

Implements

IHasBomRef
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX