Compartir a través de


CertificateProperties.Created Propiedad

Definición

Obtiene la fecha y hora de creación del certificado.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="created")]
public DateTime? Created { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="created")>]
member this.Created : Nullable<DateTime>
Public ReadOnly Property Created As Nullable(Of DateTime)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a