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

ActivationDate

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

CertificateExtension

Declaration
[Obsolete("Use CertificateFileExtension instead.")]
[JsonIgnore]
[ProtoMember(8)]
public string CertificateExtension { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CertificateExtensions

Declaration
[JsonPropertyName("certificateExtensions")]
public List<CertificateExtensionV2> CertificateExtensions { get; set; }
Property Value
Type Description
List<CertificateExtensionV2>
| Edit this page View Source

CertificateExtensionsProto

Declaration
[JsonIgnore]
[ProtoMember(18)]
public CertificateExtensionsProto CertificateExtensionsProto { get; set; }
Property Value
Type Description
CertificateExtensionsProto
| Edit this page View Source

CertificateFileExtension

Declaration
[ProtoMember(10)]
public string CertificateFileExtension { 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

CertificateStates

Declaration
[ProtoMember(12)]
public List<CertificateState> CertificateStates { get; set; }
Property Value
Type Description
List<CertificateState>
| Edit this page View Source

CreationDate

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

DeactivationDate

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

DestructionDate

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

Fingerprint

Declaration
[ProtoMember(11)]
public Hash Fingerprint { get; set; }
Property Value
Type Description
Hash
| 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

RelatedCryptographicAssets

Declaration
[JsonPropertyName("relatedCryptographicAssets")]
public List<RelatedCryptographicAsset> RelatedCryptographicAssets { get; set; }
Property Value
Type Description
List<RelatedCryptographicAsset>
| Edit this page View Source

RelatedCryptographicAssetsProto

Declaration
[JsonIgnore]
[ProtoMember(19)]
public RelatedCryptographicAssetsProto RelatedCryptographicAssetsProto { get; set; }
Property Value
Type Description
RelatedCryptographicAssetsProto
| Edit this page View Source

RevocationDate

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

SerialNumber

Declaration
[ProtoMember(9)]
public string SerialNumber { get; set; }
Property Value
Type Description
string
| 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

Methods

| Edit this page View Source

ShouldSerializeActivationDate()

Declaration
public bool ShouldSerializeActivationDate()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeCertificateExtension_Xml()

Declaration
public bool ShouldSerializeCertificateExtension_Xml()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeCertificateExtensions()

Declaration
public bool ShouldSerializeCertificateExtensions()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeCertificateStates()

Declaration
public bool ShouldSerializeCertificateStates()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeCreationDate()

Declaration
public bool ShouldSerializeCreationDate()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeDeactivationDate()

Declaration
public bool ShouldSerializeDeactivationDate()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeDestructionDate()

Declaration
public bool ShouldSerializeDestructionDate()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeRelatedCryptographicAssets()

Declaration
public bool ShouldSerializeRelatedCryptographicAssets()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeRevocationDate()

Declaration
public bool ShouldSerializeRevocationDate()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX