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