Class ProofOfConcept
Inheritance
System.Object
ProofOfConcept
Assembly: CycloneDX.Core.dll
Syntax
public class ProofOfConcept : object
Properties
|
Improve this Doc
View Source
Environment
Declaration
public string Environment { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReproductionSteps
Declaration
public string ReproductionSteps { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SupportingMaterials
Declaration
public List<AttachedText> SupportingMaterials { get; set; }
Property Value