Show / Hide Table of Contents

Class Evidence

Inheritance
object
Evidence
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 Evidence

Properties

| Edit this page View Source

Callstack

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

Copyright

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

Identity

Declaration
[ProtoMember(3)]
[JsonIgnore]
public List<EvidenceIdentity> Identity { get; set; }
Property Value
Type Description
List<EvidenceIdentity>
| Edit this page View Source

Licenses

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

Occurrences

Declaration
[ProtoMember(4)]
public List<EvidenceOccurrence> Occurrences { get; set; }
Property Value
Type Description
List<EvidenceOccurrence>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX