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