Show / Hide Table of Contents

Class SignatureChoice

Inheritance
object
SignatureChoice
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
public class SignatureChoice

Properties

| Edit this page View Source

Chain

Declaration
public List<Signature> Chain { get; set; }
Property Value
Type Description
List<Signature>
| Edit this page View Source

Signature

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

Signers

Declaration
public List<Signature> Signers { get; set; }
Property Value
Type Description
List<Signature>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX