IssuerCredentials.Password Property

Definition

Gets or sets the password/secret/account key.

[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