Delen via


EncryptionDetails.KekCertExpiryDate Property

Definition

Gets or sets the key encryption key certificate expiry date.

[Newtonsoft.Json.JsonProperty(PropertyName="kekCertExpiryDate")]
public DateTime? KekCertExpiryDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kekCertExpiryDate")>]
member this.KekCertExpiryDate : Nullable<DateTime> with get, set
Public Property KekCertExpiryDate As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to