TokenReplayDetectionElement.Enabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指示是否应执行重播检测的值。
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>
属性。