TokenValidationParameters.TokenReplayCache 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.
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.