2 writes to MaxCachedNonces
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
588factory.MaxCachedNonces = this.LocalClientSettings.ReplayCacheSize; 601factory.MaxCachedNonces = this.LocalServiceSettings.ReplayCacheSize;
1 reference to MaxCachedNonces
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1082this.nonceCache = new InMemoryNonceCache(this.ReplayWindow + this.MaxClockSkew + this.MaxClockSkew, this.MaxCachedNonces);