Class Signatory
Inheritance
System.Object
Signatory
Assembly: CycloneDX.Core.dll
Syntax
public class Signatory : object
Properties
|
Improve this Doc
View Source
ExternalReference
Declaration
public ExternalReference ExternalReference { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Organization
Declaration
public OrganizationalEntity Organization { get; set; }
Property Value
|
Improve this Doc
View Source
Role
Declaration
public string Role { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Improve this Doc
View Source
XmlSignature
Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type |
Description |
XmlElement |
|