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
プロパティ値
再生検出に使用されるキャッシュされた nonces の数。 既定値は 500000 です。
- 属性
注釈
この制限を超えると、最も古い nonce が削除され、新しいメッセージに対して新しい nonce が作成されます。