2 references to Subtract
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityTimestamp.cs (2)
175
if (this.ExpiryTimeUtc <= TimeoutHelper.
Subtract
(now, allowedClockSkew))
187
if (this.CreationTimeUtc <= TimeoutHelper.
Subtract
(now, TimeoutHelper.Add(timeToLive, allowedClockSkew)))