LocalServiceSecuritySettingsElement.ReplayCacheSize Propiedad

Definición

Obtiene o establece un valor que especifica el número de noces almacenados en 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

Número de elementos no almacenados en caché que se usan 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 antiguo y se crea un nuevo nonce para el nuevo mensaje.

Se aplica a