Class CertificateProperties
Inheritance
System.Object
CertificateProperties
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
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 |
|