3 writes to _sessionKeyRolloverInterval
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
43
_sessionKeyRolloverInterval
= other._sessionKeyRolloverInterval;
273
_sessionKeyRolloverInterval
= value;
363
_sessionKeyRolloverInterval
= defaultKeyRolloverInterval;
2 references to _sessionKeyRolloverInterval
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
43
_sessionKeyRolloverInterval = other.
_sessionKeyRolloverInterval
;
259
return
_sessionKeyRolloverInterval
;