Class SignatureChoice
Inherited Members
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class SignatureChoice
Properties
| Edit this page View SourceChain
Declaration
public List<Signature> Chain { get; set; }
Property Value
Type | Description |
---|---|
List<Signature> |
Signature
Declaration
public Signature Signature { get; set; }
Property Value
Type | Description |
---|---|
Signature |
Signers
Declaration
public List<Signature> Signers { get; set; }
Property Value
Type | Description |
---|---|
List<Signature> |