Show / Hide Table of Contents

Class CertificateProperties

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

Properties

| Improve this Doc View Source

CertificateExtension

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

CertificateFormat

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

IssuerName

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

NotValidAfter

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

NotValidBefore

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

SignatureAlgorithmRef

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

SubjectName

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

SubjectPublicKeyRef

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