Show / Hide Table of Contents

Class Conformance

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

Properties

| Improve this Doc View Source

MitigationStrategies

Declaration
public List<string> MitigationStrategies { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Rationale

Declaration
public string Rationale { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Score

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