ValidationParameters.LifetimeValidator 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.
Allows overriding the delegate that will be used to validate the lifetime of the token
public Microsoft.IdentityModel.Tokens.Experimental.LifetimeValidationDelegate LifetimeValidator { get; set; }
member this.LifetimeValidator : Microsoft.IdentityModel.Tokens.Experimental.LifetimeValidationDelegate with get, set
Public Property LifetimeValidator As LifetimeValidationDelegate
Property Value
The LifetimeValidationDelegate used to validate the lifetime of a token
Exceptions
Thrown when the value is set as null.