1 write to cacheImpl
System.ServiceModel (1)
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
26this.cacheImpl = new NonceCacheImpl(cachingTime, maxCachedNonces);
2 references to cacheImpl
System.ServiceModel (2)
System\ServiceModel\Security\InMemoryNonceCache.cs (2)
31return this.cacheImpl.CheckNonce(nonce); 36return this.cacheImpl.TryAddNonce(nonce);