次の方法で共有


CertificateDetails.NotAfter プロパティ

定義

証明書が有効な日付を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象