3 writes to _nonceCache
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
160_nonceCache = factory._nonceCache; 434_nonceCache = value; 1030_nonceCache = new InMemoryNonceCache(this.ReplayWindow + this.MaxClockSkew + this.MaxClockSkew, this.MaxCachedNonces);
3 references to _nonceCache
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
160_nonceCache = factory._nonceCache; 429return _nonceCache; 1027if (_nonceCache == null)