CertificateInner.Valid Property

Definition

Gets is the 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to