Certificate.Valid プロパティ

定義

証明書は有効ですか? を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.valid")]
public bool? Valid { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.valid")>]
member this.Valid : Nullable<bool>
Public ReadOnly Property Valid As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象