AttestationTokenValidationOptions.ValidateNotBeforeTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether or not the validation logic should validate token NotBefore time, if present.
public bool ValidateNotBeforeTime { get; set; }
member this.ValidateNotBeforeTime : bool with get, set
Public Property ValidateNotBeforeTime As Boolean