TokenReplayDetectionElement.Enabled 属性
定义
获取或设置指示是否应执行重播检测的值。Gets or sets a value that indicates if replay detection should be performed.
public:
property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=false)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean
属性值
如果执行重播侦查,则为 true;否则为 false。true to perform replay detection; otherwise, false.
- 属性
注解
此属性是可选的。This property is optional. 它表示 enabled 元素的特性 <tokenReplayDetection> 。It represents the enabled attribute of the <tokenReplayDetection> element.