次の方法で共有


KeyProperties.Exportable プロパティ

定義

秘密キーをエクスポートできるかどうかを示す値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象