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