CertificateCreateOrUpdateParameters.Data Property

Definition

Gets or sets the base64-encoded contents of the certificate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The maximum size is 10KB.

Applies to