LocalServiceSecuritySettingsElement.ReplayCacheSize 属性

定义

获取或设置一个值,该值指定用于重播检测的缓存 Nonce 的数目。

public:
 property int ReplayCacheSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("replayCacheSize", DefaultValue=900000)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int ReplayCacheSize { get; set; }
[<System.Configuration.ConfigurationProperty("replayCacheSize", DefaultValue=900000)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.ReplayCacheSize : int with get, set
Public Property ReplayCacheSize As Integer

属性值

用于重播检测的缓存 Nonce 的数目。 默认值为 500000。

属性

注解

如果超出此限制,则会移除最旧的 Nonce,并且为新消息创建一个新的 Nonce。

适用于