Class CertificateExtensionV2
Certificate extension for XML/JSON serialization.
For protobuf, this maps to Extension { oneof { CommonExtension, CustomExtension } }
Inheritance
CertificateExtensionV2
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class CertificateExtensionV2
Properties
|
Edit this page
View Source
CommonExtensionName
Declaration
public string CommonExtensionName { get; set; }
Property Value
|
Edit this page
View Source
CommonExtensionProto
Declaration
[JsonIgnore]
[ProtoMember(1)]
public CertExtCommon CommonExtensionProto { get; set; }
Property Value
|
Edit this page
View Source
CommonExtensionValue
Declaration
public string CommonExtensionValue { get; set; }
Property Value
|
Edit this page
View Source
CustomExtensionName
Declaration
public string CustomExtensionName { get; set; }
Property Value
|
Edit this page
View Source
CustomExtensionProto
Declaration
[JsonIgnore]
[ProtoMember(2)]
public CertExtCustom CustomExtensionProto { get; set; }
Property Value
|
Edit this page
View Source
CustomExtensionValue
Declaration
public string CustomExtensionValue { get; set; }
Property Value