Share via


X509CertificateInfo.NotBeforeUtc Property

Definition

The certificate invalidity before date in UTC.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to