Class Signatory
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Signatory
Properties
|
Edit this page
View Source
ExternalReference
Declaration
[ProtoMember(4)]
public ExternalReference ExternalReference { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(1)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Organization
Declaration
[ProtoMember(3)]
public OrganizationalEntity Organization { get; set; }
Property Value
|
Edit this page
View Source
Role
Declaration
[ProtoMember(2)]
public string Role { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Edit this page
View Source
XmlSignature
Declaration
[JsonIgnore]
public XmlElement XmlSignature { get; set; }
Property Value