Show / Hide Table of Contents

Class CertificateExtensionV2

Certificate extension for XML/JSON serialization. For protobuf, this maps to Extension { oneof { CommonExtension, CustomExtension } }

Inheritance
object
CertificateExtensionV2
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 CertificateExtensionV2

Properties

| Edit this page View Source

CommonExtensionName

Declaration
public string CommonExtensionName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CommonExtensionProto

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

CommonExtensionValue

Declaration
public string CommonExtensionValue { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CustomExtensionName

Declaration
public string CustomExtensionName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CustomExtensionProto

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

CustomExtensionValue

Declaration
public string CustomExtensionValue { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX