Class CertificateBaseElement
[JsonConverter(typeof(JsonElementConverter))]
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public abstract class CertificateBaseElement
- Inheritance
-
CertificateBaseElement
- Derived
- Inherited Members
Constructors
CertificateBaseElement()
protected CertificateBaseElement()
Properties
Layout
[JsonProperty(PropertyName = "layout", DefaultValueHandling = DefaultValueHandling.Ignore)]
public CertificateElementLayout Layout { get; set; }