ValidationParameters.TokenReplayValidator Property

Definition

Allows overriding the delegate that will be used to validate the token replay of the token.

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

Property Value

The TokenReplayValidationDelegate used to validate the token replay of the token.

Exceptions

Thrown when the value is set as null.

Remarks

If no delegate is set, the default implementation will be used. This means no default token replay validation will occur.

Applies to