次の方法で共有


HostnameConfiguration.CertificateStatus プロパティ

定義

証明書の状態を取得または設定します。 指定できる値は、'Completed'、'Failed'、'InProgress' です。

[Newtonsoft.Json.JsonProperty(PropertyName="certificateStatus")]
public string CertificateStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificateStatus")>]
member this.CertificateStatus : string with get, set
Public Property CertificateStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象