CertificateBodyDescription.Certificate Property

Definition

Gets or sets base-64 representation of the X509 leaf certificate .cer file or just .pem file content.

[Newtonsoft.Json.JsonProperty(PropertyName="certificate")]
public string Certificate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificate")>]
member this.Certificate : string with get, set
Public Property Certificate As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to