SecretProperties.ExpiresOn Property

Definition

Gets or sets a DateTimeOffset indicating when the secret will expire and cannot be used.

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

Property Value

Applies to