ValidationParameters.LifetimeValidator Property

Definition

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.

Applies to