次の方法で共有


X509CertificateInfo.NotAfterUtc プロパティ

定義

証明書が無効になった日付。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象