Class Affirmation
Inheritance
System.Object
Affirmation
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
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
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 |
|