Show / Hide Table of Contents

Class Affirmation

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

Properties

| Improve this Doc View Source

Signatories

Declaration
public List<Signatory> Signatories { get; set; }
Property Value
Type Description
List<Signatory>
| Improve this Doc View Source

Signature

Declaration
public SignatureChoice Signature { get; set; }
Property Value
Type Description
SignatureChoice
| Improve this Doc View Source

Statement

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

XmlSignature

Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type Description
XmlElement
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX