2 writes to maximumKeyRenewalInterval
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
75
this.
maximumKeyRenewalInterval
= defaultKeyRenewalInterval;
264
this.
maximumKeyRenewalInterval
= value;
2 references to maximumKeyRenewalInterval
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
255
return this.
maximumKeyRenewalInterval
;
525
if (this.
maximumKeyRenewalInterval
< this.keyRolloverInterval)