Delen via


CertificateImportParameters.Password Property

Definition

Gets or sets if the private key in base64EncodedCertificate is encrypted, the password used for encryption.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to