Show / Hide Table of Contents

Class EvidenceIdentity

Inheritance
System.Object
EvidenceIdentity
Namespace: CycloneDX.Models
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
Type Description
EvidenceIdentity.EvidenceFieldType
| Improve this Doc View Source

Methods

Declaration
public List<EvidenceMethods> Methods { get; set; }
Property Value
Type Description
List<EvidenceMethods>
| Improve this Doc View Source

Tools

Declaration
public EvidenceTools Tools { get; set; }
Property Value
Type Description
EvidenceTools
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX