Class EvidenceIdentity
Inheritance
EvidenceIdentity
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class EvidenceIdentity
Properties
|
Edit this page
View Source
ConcludedValue
Declaration
[ProtoMember(5)]
public string ConcludedValue { get; set; }
Property Value
|
Edit this page
View Source
Confidence
Declaration
[ProtoMember(2)]
public float? Confidence { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
[ProtoMember(1)]
public EvidenceIdentity.EvidenceFieldType Field { get; set; }
Property Value
|
Edit this page
View Source
Methods
Declaration
[ProtoMember(3)]
public List<EvidenceMethods> Methods { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(4)]
public EvidenceTools Tools { get; set; }
Property Value