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