1 write to SessionKeyRenewalInterval
System.ServiceModel (1)
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
153settings.SessionKeyRenewalInterval = this.SessionKeyRenewalInterval;
5 references to SessionKeyRenewalInterval
System.ServiceModel (5)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
324localServiceSecuritySettings.SetProperty(AdministrationStrings.SessionKeyRenewalInterval, specificElement.LocalServiceSettings.SessionKeyRenewalInterval);
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
328channelListener.SessionServerSettings.MaximumKeyRenewalInterval = this.LocalServiceSettings.SessionKeyRenewalInterval;
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
219channelListener.SessionServerSettings.MaximumKeyRenewalInterval = this.LocalServiceSettings.SessionKeyRenewalInterval;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
175SetPropertyValueIfNotDefaultValue(ConfigurationStrings.SessionKeyRenewalInterval, settings.SessionKeyRenewalInterval);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
86authenticator.KeyRenewalInterval = securityBindingElement.LocalServiceSettings.SessionKeyRenewalInterval;