1 instantiation of NonceCacheImpl
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\InMemoryNonceCache.cs (1)
26
_cacheImpl = new
NonceCacheImpl
(cachingTime, maxCachedNonces);
1 reference to NonceCacheImpl
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\InMemoryNonceCache.cs (1)
20
private
NonceCacheImpl
_cacheImpl;