Share via


KeyProperties.ExpiresOn Property

Definition

Gets or sets a DateTimeOffset indicating when the key will expire and cannot be used for cryptographic operations.

public DateTimeOffset? ExpiresOn { get; set; }
member this.ExpiresOn : Nullable<DateTimeOffset> with get, set
Public Property ExpiresOn As Nullable(Of DateTimeOffset)

Property Value

Applies to