Share via


LocalServiceSecuritySettingsElement.ReplayCacheSize 속성

정의

재생 검색에 사용되는 캐시된 Nonce 수를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Int32

재생 검색에 사용되는 캐시된 nonces 수입니다. 기본값은 500000입니다.

특성

설명

이 제한을 초과하면 가장 오래된 Nonce가 제거되고 새 메시지에 대해 새로운 Nonce가 만들어집니다.

적용 대상