CertificateOperation.CancellationRequested プロパティ

定義

証明書操作で取り消しが要求されたかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象