Show / Hide Table of Contents

Class CertificateProperties

Inheritance
object
CertificateProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class CertificateProperties

Properties

| Edit this page View Source

CertificateExtension

Declaration
[ProtoMember(8)]
public string CertificateExtension { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CertificateFormat

Declaration
[ProtoMember(7)]
public string CertificateFormat { get; set; }
Property Value
Type Description
string
| Edit this page View Source

IssuerName

Declaration
[ProtoMember(2)]
public string IssuerName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

NotValidAfter

Declaration
[ProtoMember(4)]
public DateTime NotValidAfter { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

NotValidBefore

Declaration
[ProtoMember(3)]
public DateTime NotValidBefore { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

SignatureAlgorithmRef

Declaration
[ProtoMember(5)]
public string SignatureAlgorithmRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

SubjectName

Declaration
[ProtoMember(1)]
public string SubjectName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

SubjectPublicKeyRef

Declaration
[ProtoMember(6)]
public string SubjectPublicKeyRef { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX