SecretProperties.NotBefore Property

Definition

Gets or sets a DateTimeOffset indicating when the secret will be valid and can be used.

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

Property Value

Applies to