LocalClientSecuritySettingsElement.ReplayCacheSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指定用於偵測重新執行攻擊之已快取 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。