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