SecurityTokenHandlerConfiguration.DetectReplayedTokens Property

Definition

Gets or sets a value that indicates whether replayed tokens should be detected by handlers in this configuration.

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 replayed tokens should be detected; otherwise, false.

Applies to