TokenValidationParameters.TokenReplayCache Property

Definition

Gets or set the ITokenReplayCache that store tokens that can be checked to help detect token replay.

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

Property Value

Remarks

If set, then tokens must have an expiration time or the runtime will fault.

Applies to