Class Affirmation
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Affirmation
Properties
|
Edit this page
View Source
Signatories
Declaration
[ProtoMember(2)]
public List<Signatory> Signatories { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Edit this page
View Source
Statement
Declaration
[ProtoMember(1)]
public string Statement { get; set; }
Property Value
|
Edit this page
View Source
XmlSignature
Declaration
[JsonIgnore]
public XmlElement XmlSignature { get; set; }
Property Value