Class ProofOfConcept
Inheritance
ProofOfConcept
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ProofOfConcept
Properties
|
Edit this page
View Source
Environment
Declaration
[ProtoMember(2)]
public string Environment { get; set; }
Property Value
|
Edit this page
View Source
ReproductionSteps
Declaration
[ProtoMember(1)]
public string ReproductionSteps { get; set; }
Property Value
|
Edit this page
View Source
SupportingMaterials
Declaration
[JsonPropertyName("supportingMaterial")]
[ProtoMember(3)]
public List<AttachedText> SupportingMaterials { get; set; }
Property Value