Show / Hide Table of Contents

Class EvidenceMethods

Inheritance
System.Object
EvidenceMethods
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class EvidenceMethods : object

Properties

| Improve this Doc View Source

Confidence

Declaration
public float Confidence { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Technique

Declaration
public EvidenceMethods.EvidenceTechnique Technique { get; set; }
Property Value
Type Description
EvidenceMethods.EvidenceTechnique
| Improve this Doc View Source

Value

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