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