Aracılığıyla paylaş


KeyProperties.ReuseKey Property

Definition

Gets or sets indicates if the same key pair will be used on certificate renewal.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to