Implemented interface member:
property
KeyRolloverInterval
System.ServiceModel.Security.IChannelSecureConversationSessionSettings.KeyRolloverInterval
2 writes to KeyRolloverInterval
System.ServiceModel (2)
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
238sessionClientSettings.KeyRolloverInterval = this.LocalClientSettings.SessionKeyRolloverInterval;
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
131sessionClientSettings.KeyRolloverInterval = this.LocalClientSettings.SessionKeyRolloverInterval;
1 reference to KeyRolloverInterval
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1212this.keyRolloverTime = TimeoutHelper.Add(DateTime.UtcNow, this.Settings.KeyRolloverInterval);