TokenValidationParameters.LifetimeValidator Property

Definition

Gets or sets a delegate that will be used to validate the lifetime of the token

public Microsoft.IdentityModel.Tokens.LifetimeValidator LifetimeValidator { get; set; }
member this.LifetimeValidator : Microsoft.IdentityModel.Tokens.LifetimeValidator with get, set
Public Property LifetimeValidator As LifetimeValidator

Property Value

Remarks

If set, this delegate will be called to validate the lifetime of the token, instead of default processing. This means that no default lifetime validation will occur. Even if ValidateLifetime is false, this delegate will still be called.

Applies to