IssuerParameters.CertificateTransparency Property

Definition

Gets or sets indicates if the certificates generated from this issuer should be published to certificate transparency logs.

[Newtonsoft.Json.JsonProperty(PropertyName="cert_transparency")]
public bool? CertificateTransparency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cert_transparency")>]
member this.CertificateTransparency : Nullable<bool> with get, set
Public Property CertificateTransparency As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to