1 instantiation of InMemoryNonceCache
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1082this.nonceCache = new InMemoryNonceCache(this.ReplayWindow + this.MaxClockSkew + this.MaxClockSkew, this.MaxCachedNonces);
2 references to InMemoryNonceCache
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
667static InMemoryNonceCache.NonceCacheImpl.NonceKeyComparer keyComparer = new InMemoryNonceCache.NonceCacheImpl.NonceKeyComparer();