Show / Hide Table of Contents

Class Signatory

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

Properties

| Improve this Doc View Source

ExternalReference

Declaration
public ExternalReference ExternalReference { get; set; }
Property Value
Type Description
ExternalReference
| 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
Type Description
OrganizationalEntity
| 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
Type Description
SignatureChoice
| 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