Share via


CertificateCreateOrUpdateParameters.Base64Value Property

Definition

Gets or sets the base64 encoded value of the certificate.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to