Show / Hide Table of Contents

Class SignatureChoice

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

Properties

| Improve this Doc View Source

Chain

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

Signature

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

Signers

Declaration
public List<Signature> Signers { get; set; }
Property Value
Type Description
List<Signature>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX