Sdílet prostřednictvím


X509CertificateInfo.NotAfterUtc Property

Definition

The date on which the certificate is no longer valid.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to