次の方法で共有


KeyProperties.ReuseKey プロパティ

定義

証明書の更新時に同じキー ペアが使用されるかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象