IdentityConfiguration.DetectReplayedTokens 属性

定义

获取或设置默认处理程序配置中的值,该配置指示处理程序是否应检测重播的标记。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

属性值

Boolean

如果处理程序应检查重播标记,则为 true;否则为 falsetrue if handlers should detect replayed tokens; otherwise false.

适用于