Sdílet prostřednictvím


X509CertificateInfo.NotAfterUtc Property

Definition

The certificate invalidity after date in UTC.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to