TokenValidationParameters.TokenReplayValidator Property

Definition

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

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

Property Value

Remarks

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

Applies to