Show / Hide Table of Contents

Class Signature

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

Properties

| Improve this Doc View Source

Algorithm

Declaration
public string Algorithm { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CertificatePath

Declaration
public List<string> CertificatePath { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Excludes

Declaration
public List<string> Excludes { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

KeyId

Declaration
public string KeyId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PublicKey

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

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX