次の方法で共有


CertificatePropertiesWithNonce.Expiry プロパティ

定義

証明書の有効期限の日付と時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象