KeyProperties.Exportable Property

Definition

Gets or sets indicates if the private key can be exported.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to