Class CertificateProperties
Inheritance
CertificateProperties
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
|
Edit this page
View Source
CertificateExtension
Declaration
[Obsolete("Use CertificateFileExtension instead.")]
[JsonIgnore]
[ProtoMember(8)]
public string CertificateExtension { get; set; }
Property Value
|
Edit this page
View Source
CertificateExtensions
Declaration
[JsonPropertyName("certificateExtensions")]
public List<CertificateExtensionV2> CertificateExtensions { get; set; }
Property Value
|
Edit this page
View Source
CertificateExtensionsProto
Declaration
[JsonIgnore]
[ProtoMember(18)]
public CertificateExtensionsProto CertificateExtensionsProto { get; set; }
Property Value
|
Edit this page
View Source
CertificateFileExtension
Declaration
[ProtoMember(10)]
public string CertificateFileExtension { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(7)]
public string CertificateFormat { get; set; }
Property Value
|
Edit this page
View Source
CertificateStates
Declaration
[ProtoMember(12)]
public List<CertificateState> CertificateStates { get; set; }
Property Value
|
Edit this page
View Source
CreationDate
Declaration
[ProtoMember(13)]
public DateTime? CreationDate { get; set; }
Property Value
|
Edit this page
View Source
DeactivationDate
Declaration
[ProtoMember(15)]
public DateTime? DeactivationDate { get; set; }
Property Value
|
Edit this page
View Source
DestructionDate
Declaration
[ProtoMember(17)]
public DateTime? DestructionDate { get; set; }
Property Value
|
Edit this page
View Source
Fingerprint
Declaration
[ProtoMember(11)]
public Hash Fingerprint { get; set; }
Property Value
|
Edit this page
View Source
IssuerName
Declaration
[ProtoMember(2)]
public string IssuerName { get; set; }
Property Value
|
Edit this page
View Source
NotValidAfter
Declaration
[ProtoMember(4)]
public DateTime NotValidAfter { get; set; }
Property Value
|
Edit this page
View Source
NotValidBefore
Declaration
[ProtoMember(3)]
public DateTime NotValidBefore { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("relatedCryptographicAssets")]
public List<RelatedCryptographicAsset> RelatedCryptographicAssets { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonIgnore]
[ProtoMember(19)]
public RelatedCryptographicAssetsProto RelatedCryptographicAssetsProto { get; set; }
Property Value
|
Edit this page
View Source
RevocationDate
Declaration
[ProtoMember(16)]
public DateTime? RevocationDate { get; set; }
Property Value
|
Edit this page
View Source
SerialNumber
Declaration
[ProtoMember(9)]
public string SerialNumber { get; set; }
Property Value
|
Edit this page
View Source
SignatureAlgorithmRef
Declaration
[ProtoMember(5)]
public string SignatureAlgorithmRef { get; set; }
Property Value
|
Edit this page
View Source
SubjectName
Declaration
[ProtoMember(1)]
public string SubjectName { get; set; }
Property Value
|
Edit this page
View Source
SubjectPublicKeyRef
Declaration
[ProtoMember(6)]
public string SubjectPublicKeyRef { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeActivationDate()
Declaration
public bool ShouldSerializeActivationDate()
Returns
|
Edit this page
View Source
ShouldSerializeCertificateExtension_Xml()
Declaration
public bool ShouldSerializeCertificateExtension_Xml()
Returns
|
Edit this page
View Source
ShouldSerializeCertificateExtensions()
Declaration
public bool ShouldSerializeCertificateExtensions()
Returns
|
Edit this page
View Source
ShouldSerializeCertificateStates()
Declaration
public bool ShouldSerializeCertificateStates()
Returns
|
Edit this page
View Source
ShouldSerializeCreationDate()
Declaration
public bool ShouldSerializeCreationDate()
Returns
|
Edit this page
View Source
ShouldSerializeDeactivationDate()
Declaration
public bool ShouldSerializeDeactivationDate()
Returns
|
Edit this page
View Source
ShouldSerializeDestructionDate()
Declaration
public bool ShouldSerializeDestructionDate()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeRelatedCryptographicAssets()
Returns
|
Edit this page
View Source
ShouldSerializeRevocationDate()
Declaration
public bool ShouldSerializeRevocationDate()
Returns