LocalServiceSecuritySettingsElement.ReplayCacheSize Propriedade

Definição

Obtém ou define um valor que especifica o número de nonces armazenados em cache usados para detecção de reprodução.

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 da propriedade

Int32

O número de nonces em cache usados para detecção de reprodução. O valor padrão é 500000.

Atributos

Comentários

Se esse limite for excedido, o nonce mais antigo será removido e um novo nonce será criado para a nova mensagem.

Aplica-se a