2 writes to keyRolloverInterval
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
58
this.
keyRolloverInterval
= SecuritySessionClientSettings.defaultKeyRolloverInterval;
134
this.
keyRolloverInterval
= value;
2 references to keyRolloverInterval
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
125
return this.
keyRolloverInterval
;
301
if (this.keyRenewalInterval < this.
keyRolloverInterval
)