ReissueCertificateOrderRequest.IsPrivateKeyExternal Property

Definition

Gets or sets should we change the ASC type (from managed private key to external private key and vice versa).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to