次の方法で共有


RenewCertificateOrderRequest.IsPrivateKeyExternal プロパティ

定義

ASC 型を (マネージド秘密キーから外部秘密キーに、またはその逆に) 変更する必要がある場合は、取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象