CertificateInner.IssueDate Property

Definition

Gets certificate issue Date.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to