X509CertificateInfo.NotAfterUtc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET