LocalClientSecuritySettingsElement.ReplayCacheSize Propriedade

Definição

Recebe ou define um valor que especifica o número de nonces em cache usados para deteção de repetições.

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 Propriedade

O número de nonces em cache usados para deteção de repetições. O valor padrão é 500000.

Atributos

Observações

Se este limite for ultrapassado, o nonce mais antigo é removido e criado um novo nonce para a nova mensagem.

Aplica-se a