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