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