3 writes to sessionKeyRolloverInterval
System.ServiceModel (3)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
41this.sessionKeyRolloverInterval = other.sessionKeyRolloverInterval; 288this.sessionKeyRolloverInterval = value; 357this.sessionKeyRolloverInterval = SecuritySessionServerSettings.defaultKeyRolloverInterval;
2 references to sessionKeyRolloverInterval
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
41this.sessionKeyRolloverInterval = other.sessionKeyRolloverInterval; 272return this.sessionKeyRolloverInterval;