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 が作成されます。

適用対象