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