2 writes to keyRolloverInterval
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
77this.keyRolloverInterval = defaultKeyRolloverInterval; 281this.keyRolloverInterval = value;
2 references to keyRolloverInterval
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
272return this.keyRolloverInterval; 525if (this.maximumKeyRenewalInterval < this.keyRolloverInterval)