2 writes to ReplayCacheSize
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (1)
348this.ReplayCacheSize = SecurityProtocolFactory.defaultMaxCachedNonces;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
151settings.ReplayCacheSize = this.ReplayCacheSize;
3 references to ReplayCacheSize
System.ServiceModel (3)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
322localServiceSecuritySettings.SetProperty(AdministrationStrings.ReplayCacheSize, specificElement.LocalServiceSettings.ReplayCacheSize);
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
601factory.MaxCachedNonces = this.LocalServiceSettings.ReplayCacheSize;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
173SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ReplayCacheSize, settings.ReplayCacheSize);