IdentityConfiguration.DetectReplayedTokens 属性

定义

获取或设置默认处理程序配置中的值,该配置指示处理程序是否应检测重播的标记。

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

属性值

如果处理程序应检查重播标记,则为 true;否则为 false

适用于