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.Gets or sets a value that specifies the number of cached nonces used for replay detection.

public:
 property int ReplayCacheSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("replayCacheSize", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int ReplayCacheSize { get; set; }
[<System.Configuration.ConfigurationProperty("replayCacheSize", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<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.The number of cached nonces used for replay detection. O valor padrão é 500000.The default value is 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.If this limit is exceeded, the oldest nonce is removed and a new nonce is created for the new message.

Aplica-se a