CertificateDetails.NotAfter Property

Definition

Gets date Certificate is valid to.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to