Show / Hide Table of Contents

Class EvidenceIdentity

Inheritance
object
EvidenceIdentity
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
string
| Edit this page View Source

Confidence

Declaration
[ProtoMember(2)]
public float? Confidence { get; set; }
Property Value
Type Description
float?
| Edit this page View Source

Field

Declaration
[ProtoMember(1)]
public EvidenceIdentity.EvidenceFieldType Field { get; set; }
Property Value
Type Description
EvidenceIdentity.EvidenceFieldType
| Edit this page View Source

Methods

Declaration
[ProtoMember(3)]
public List<EvidenceMethods> Methods { get; set; }
Property Value
Type Description
List<EvidenceMethods>
| Edit this page View Source

Tools

Declaration
[ProtoMember(4)]
public EvidenceTools Tools { get; set; }
Property Value
Type Description
EvidenceTools
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX