IdentityConfiguration.DetectReplayedTokens Property

Definition

Gets or sets a value in the default handler configuration that indicates whether handlers should detect replayed tokens.

public:
 property bool DetectReplayedTokens { bool get(); void set(bool value); };
public bool DetectReplayedTokens { get; set; }
member this.DetectReplayedTokens : bool with get, set
Public Property DetectReplayedTokens As Boolean

Property Value

true if handlers should detect replayed tokens; otherwise false.

Applies to