Share via


UploadCertificateRequest.Certificate Property

Definition

Gets or sets the base64 encoded certificate raw data.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to