Share via


CertificateInfo.ExpiryDate Property

Definition

Gets the certificate expiry date

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to