Implemented interface member:
property
KeyRolloverInterval
System.ServiceModel.Security.IListenerSecureConversationSessionSettings.KeyRolloverInterval
2 writes to KeyRolloverInterval
System.ServiceModel (2)
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;
1 reference to KeyRolloverInterval
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1425
DateTime keyRolloverTime = TimeoutHelper.Add(DateTime.UtcNow, this.settings.
KeyRolloverInterval
);