Share via


Certificate.ExpiryTime Property

Definition

Gets the expiry time of the certificate.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.expiryTime")]
public DateTimeOffset ExpiryTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.expiryTime")>]
member this.ExpiryTime : DateTimeOffset
Public ReadOnly Property ExpiryTime As DateTimeOffset

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to