Class CertificateProperties
Inheritance
CertificateProperties
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
|
Edit this page
View Source
Declaration
[ProtoMember(7)]
public string CertificateFormat { 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
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