Show / Hide Table of Contents

Class DeclarationsEvidence

Inheritance
object
DeclarationsEvidence
Implements
IHasBomRef
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
OrganizationalContact
| Edit this page View Source

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Created

Declaration
[ProtoMember(5)]
public DateTime? Created { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

Data

Declaration
[ProtoMember(4)]
public List<DeclarationData> Data { get; set; }
Property Value
Type Description
List<DeclarationData>
| Edit this page View Source

Description

Declaration
[ProtoMember(3)]
public string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Expires

Declaration
[ProtoMember(6)]
public DateTime? Expires { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

PropertyName

Declaration
[ProtoMember(2)]
public string PropertyName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Reviewer

Declaration
[ProtoMember(8)]
public OrganizationalContact Reviewer { get; set; }
Property Value
Type Description
OrganizationalContact
| Edit this page View Source

Signature

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

XmlSignature

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

Implements

IHasBomRef
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX