3 writes to nonceCache
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
164this.nonceCache = factory.nonceCache; 457this.nonceCache = value; 1082this.nonceCache = new InMemoryNonceCache(this.ReplayWindow + this.MaxClockSkew + this.MaxClockSkew, this.MaxCachedNonces);
3 references to nonceCache
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
164this.nonceCache = factory.nonceCache; 452return this.nonceCache; 1079if (this.nonceCache == null)