Show / Hide Table of Contents

Class Signatory

Inheritance
object
Signatory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
ExternalReference
| Edit this page View Source

Name

Declaration
[ProtoMember(1)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Organization

Declaration
[ProtoMember(3)]
public OrganizationalEntity Organization { get; set; }
Property Value
Type Description
OrganizationalEntity
| Edit this page View Source

Role

Declaration
[ProtoMember(2)]
public string Role { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Signature

Declaration
public SignatureChoice Signature { get; set; }
Property Value
Type Description
SignatureChoice
| Edit this page View Source

XmlSignature

Declaration
[JsonIgnore]
public XmlElement XmlSignature { get; set; }
Property Value
Type Description
XmlElement
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX