Show / Hide Table of Contents

Class Signature

Inheritance
object
Signature
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 Signature

Properties

| Edit this page View Source

Algorithm

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

CertificatePath

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

Excludes

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

KeyId

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

PublicKey

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

Value

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