Class CertificateExtensionsProto
Protobuf wrapper for CertificateExtensions. Proto: message CertificateExtensions { repeated Extension extensions = 1; }
Inherited Members
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class CertificateExtensionsProto
Properties
| Edit this page View SourceExtensions
Declaration
[ProtoMember(1)]
public List<CertificateExtensionV2> Extensions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CertificateExtensionV2> |