3 references to MaxClockSkew
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
1021
if (this.
MaxClockSkew
== TimeSpan.MaxValue || this.ReplayWindow == TimeSpan.MaxValue)
1030
_nonceCache = new InMemoryNonceCache(this.ReplayWindow + this.
MaxClockSkew
+ this.
MaxClockSkew
, this.MaxCachedNonces);