共用方式為


LocalClientSecuritySettingsElement.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。

適用於