LocalServiceSecuritySettingsElement.DetectReplays 属性
定义
获取或设置一个布尔值,该值指定是否自动检测和处理针对通道的重播攻击。Gets or sets a Boolean value that specifies whether replay attacks against the channel are detected and dealt with automatically.
public:
property bool DetectReplays { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("detectReplays", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool DetectReplays { get; set; }
[<System.Configuration.ConfigurationProperty("detectReplays", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.DetectReplays : bool with get, set
Public Property DetectReplays As Boolean
属性值
如果自动检测和处理针对通道的重播攻击,则为 true;否则为 false。true if replay attacks against the channel are detected and dealt with automatically; otherwise, false. 默认为 false。The default is false.
- 属性