Show / Hide Table of Contents

Class Conformance

Inheritance
object
Conformance
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 Conformance

Properties

| Edit this page View Source

MitigationStrategies

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

Rationale

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

Score

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