Class EvidenceIdentity
Inheritance
System.Object
EvidenceIdentity
Assembly: CycloneDX.Core.dll
Syntax
public class EvidenceIdentity : object
Properties
|
Improve this Doc
View Source
ConcludedValue
Declaration
public string ConcludedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Confidence
Declaration
public float? Confidence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
|
Improve this Doc
View Source
Field
Declaration
public EvidenceIdentity.EvidenceFieldType Field { get; set; }
Property Value
|
Improve this Doc
View Source
Methods
Declaration
public List<EvidenceMethods> Methods { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public EvidenceTools Tools { get; set; }
Property Value