次の方法で共有


CertificateBodyDescription.IsVerified プロパティ

定義

true を取得または設定すると、証明書が検証済みの状態で作成され、所有証明は必要ありません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象