CertificateDetails.NotBefore Property

Definition

Gets date Certificate is valid from.

[Newtonsoft.Json.JsonProperty(PropertyName="notBefore")]
public DateTime? NotBefore { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="notBefore")>]
member this.NotBefore : Nullable<DateTime>
Public ReadOnly Property NotBefore As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to