TokenReplayDetectionElement.Enabled 属性

定义

获取或设置指示是否应执行重播检测的值。

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=false, IsRequired=false)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=false, IsRequired=false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

属性值

如果执行重播侦查,则为 true;否则为 false

属性

注解

此属性是可选的。 它表示 enabled 元素的 <tokenReplayDetection> 属性。

适用于