Show / Hide Table of Contents

Class ProofOfConcept

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

ReproductionSteps

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

SupportingMaterials

Declaration
[JsonPropertyName("supportingMaterial")]
[ProtoMember(3)]
public List<AttachedText> SupportingMaterials { get; set; }
Property Value
Type Description
List<AttachedText>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX