2 writes to SessionKeyRolloverInterval
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (1)
292this.SessionKeyRolloverInterval = SecuritySessionClientSettings.defaultKeyRolloverInterval;
System\ServiceModel\Configuration\LocalClientSecuritySettingsElement.cs (1)
125settings.SessionKeyRolloverInterval = this.SessionKeyRolloverInterval;
3 references to SessionKeyRolloverInterval
System.ServiceModel (3)
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
238sessionClientSettings.KeyRolloverInterval = this.LocalClientSettings.SessionKeyRolloverInterval;
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
131sessionClientSettings.KeyRolloverInterval = this.LocalClientSettings.SessionKeyRolloverInterval;
System\ServiceModel\Configuration\LocalClientSecuritySettingsElement.cs (1)
144SetPropertyValueIfNotDefaultValue(ConfigurationStrings.SessionKeyRolloverInterval, settings.SessionKeyRolloverInterval);