Share via


CertificateCreateOrUpdateParameters.Password Property

Definition

Gets or sets the password to access the certificate's private key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This must not be specified if the certificate format is Cer.

Applies to