SecurityTokenHandlerConfiguration.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

适用于