Key.IsEncrypted Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="encrypted")]
public bool IsEncrypted { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encrypted")>]
member this.IsEncrypted : bool with get, set
Public Property IsEncrypted As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to