Share via


X509CertificateInfo.NotBeforeUtc Property

Definition

The date on which the certificate becomes valid.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to