LocalServiceSecuritySettingsElement.ReplayCacheSize Propiedad

Definición

Obtiene o establece un valor que especifica el número de valores de seguridad almacenados en memoria caché usados para la detección de reproducción.

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

Valor de propiedad

El número de valores de seguridad (nonce) almacenados en memoria caché usados para la detección de reproducción. El valor predeterminado es 500000.

Atributos

Comentarios

Si se supera este límite, se quita el nonce más viejo y se crea uno nuevo para el nuevo mensaje.

Se aplica a