1 write to SessionKeyRolloverInterval
System.ServiceModel (1)
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
154settings.SessionKeyRolloverInterval = this.SessionKeyRolloverInterval;
4 references to SessionKeyRolloverInterval
System.ServiceModel (4)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
325localServiceSecuritySettings.SetProperty(AdministrationStrings.SessionKeyRolloverInterval, specificElement.LocalServiceSettings.SessionKeyRolloverInterval);
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
326channelListener.SessionServerSettings.KeyRolloverInterval = this.LocalServiceSettings.SessionKeyRolloverInterval;
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
217channelListener.SessionServerSettings.KeyRolloverInterval = this.LocalServiceSettings.SessionKeyRolloverInterval;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
176SetPropertyValueIfNotDefaultValue(ConfigurationStrings.SessionKeyRolloverInterval, settings.SessionKeyRolloverInterval);