Class Evidence
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
|
Edit this page
View Source
Copyright
Declaration
[ProtoMember(2)]
public List<EvidenceCopyright> Copyright { get; set; }
Property Value
|
Edit this page
View Source
Identity
Declaration
[ProtoMember(3)]
[JsonIgnore]
public List<EvidenceIdentity> Identity { get; set; }
Property Value
|
Edit this page
View Source
Licenses
Declaration
[ProtoMember(1)]
public List<LicenseChoice> Licenses { get; set; }
Property Value
|
Edit this page
View Source
Occurrences
Declaration
[ProtoMember(4)]
public List<EvidenceOccurrence> Occurrences { get; set; }
Property Value