ValidationParameters.TokenReplayValidator 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 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.