Implemented interface member:
property
KeyRolloverInterval
System.ServiceModel.Security.IChannelSecureConversationSessionSettings.KeyRolloverInterval
1 write to KeyRolloverInterval
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
139sessionClientSettings.KeyRolloverInterval = LocalClientSettings.SessionKeyRolloverInterval;
1 reference to KeyRolloverInterval
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
989_keyRolloverTime = TimeoutHelper.Add(DateTime.UtcNow, Settings.KeyRolloverInterval);