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

プロパティ値

再生検出に使用されるキャッシュされた nonces の数。 既定値は 500000 です。

属性

注釈

この制限を超えると、最も古い nonce が削除され、新しいメッセージに対して新しい nonce が作成されます。

適用対象