次の方法で共有


X509CertificateInfo.NotBeforeUtc プロパティ

定義

証明書が有効になる日付。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象