TokenValidationParameters.ValidateLifetime 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.
Gets or sets a boolean to control if the lifetime will be validated during token validation.
public bool ValidateLifetime { get; set; }
member this.ValidateLifetime : bool with get, set
Public Property ValidateLifetime As Boolean
Property Value
Remarks
This boolean only applies to default lifetime validation. If LifetimeValidator is set, it will be called regardless of whether this property is true or false. The default is true
.