CertificateProperties.IssuedDate Property

Definition

Gets the issue date of certificate.

[Newtonsoft.Json.JsonProperty(PropertyName="issuedDate")]
public string IssuedDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="issuedDate")>]
member this.IssuedDate : string
Public ReadOnly Property IssuedDate As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to