1 instantiation of NonceCacheImpl
System.ServiceModel (1)
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
26this.cacheImpl = new NonceCacheImpl(cachingTime, maxCachedNonces);
3 references to NonceCacheImpl
System.ServiceModel (3)
System\ServiceModel\Channels\PeerFlooder.cs (2)
667static InMemoryNonceCache.NonceCacheImpl.NonceKeyComparer keyComparer = new InMemoryNonceCache.NonceCacheImpl.NonceKeyComparer();
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
20NonceCacheImpl cacheImpl;